mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
19 lines
178 B
Plaintext
19 lines
178 B
Plaintext
|
# 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
|