19 lines
178 B
Text
19 lines
178 B
Text
|
# cr16 testcase for lpr reg, preg
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global lpr
|
||
|
lpr:
|
||
|
movw $0x1234,r3
|
||
|
lpr r3, psr
|
||
|
|
||
|
spr psr,r5
|
||
|
|
||
|
|
||
|
test_h_gr r5, 0x1234
|
||
|
|
||
|
pass
|