Home | History | Annotate | Line # | Download | only in cr16
      1 # cr16 testcase for bc $disp24
      2 # mach(): cr16
      3 
      4 	.include "testutils.inc"
      5 
      6 	start
      7 
      8 	.global bc24
      9 bc24:
     10 
     11 	mvi_h_condbit 0
     12 	bne test0fail
     13 	br test0pass
     14 test0fail:
     15 	fail
     16 test0pass:
     17 
     18 	mvi_h_condbit 1
     19 	bne test1pass
     20 	fail
     21 test1pass:
     22 
     23 	pass
     24 
     25