You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
178 B

# 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