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