1# cr16 testcase for lpr reg, preg 2# mach(): cr16 3 4 .include "testutils.inc" 5 6 start 7 8 .global lpr 9lpr: 10 movw $0x1234,r3 11 lpr r3, psr 12 13 spr psr,r5 14 15 16 test_h_gr r5, 0x1234 17 18 pass 19