1# m32r testcase for bnc $disp24 2# mach(): m32r m32rx 3 4 .include "testutils.inc" 5 6 start 7 8 .global bnc24 9bnc24: 10 mvi_h_condbit 0 11 bnc.l test0pass 12 13test1fail: 14 fail 15test0pass: 16 17 mvi_h_condbit 1 18 bnc.l test1fail 19 20 pass 21