1# m32r testcase for bc $disp8 2# mach(): m32r m32rx 3 4 .include "testutils.inc" 5 6 start 7 8 .global bc8 9bc8: 10 11 mvi_h_condbit 0 12 bc.s test0fail 13 bra test0pass 14test0fail: 15 fail 16test0pass: 17 18 mvi_h_condbit 1 19 bc.s test1pass 20 fail 21test1pass: 22 23 pass 24