mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
15 lines
161 B
Plaintext
15 lines
161 B
Plaintext
|
# m32r testcase for ldi $dr,$slo16
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global ldi16
|
||
|
ldi16:
|
||
|
ldi r4, #0x1234
|
||
|
|
||
|
test_h_gr r4, 0x1234
|
||
|
|
||
|
pass
|