Home | History | Annotate | Line # | Download | only in cr16
      1 # cr16 testcase for addb $sr, reg
      2 # mach(): cr16 
      3 
      4 	.include "testutils.inc"
      5 
      6 	start
      7 
      8 	.global add
      9 add:
     10 
     11 	movb $0x1234,r4
     12 	movb $0x1234,r5
     13 	addb r4, r5
     14 	test_h_gr r5, 0x68
     15 
     16 	pass
     17