Home | History | Annotate | Line # | Download | only in cr16
      1 # cr16 testcase for beq0b reg disp5
      2 # mach(): cr16
      3 
      4 	.include "testutils.inc"
      5 
      6 	start
      7 
      8 	.global beq0b
      9 beq0b:
     10 	mvi_h_condbit 0
     11 	movw $0x1200, r4
     12 	beq0b r4, 0x1a
     13 not_ok:
     14 	fail
     15 ok:
     16 	pass
     17