Home | History | Annotate | Line # | Download | only in v850
testutils.cgs revision 1.1.1.1
      1 # v850 test framework
      2 # mach: all
      3 
      4 	.include "testutils.inc"
      5 
      6 # This just makes sure that a passing test will pass.
      7 
      8 	seti	0x12345678, r1
      9 
     10 	reg	r1, 0x12345678
     11 
     12 	pass
     13