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