# m32r testcase for ldi $dr,#$simm8
# mach(): m32r m32rx
.include "testutils.inc"
start
.global ldi8
ldi8:
ldi r4, #0x78
test_h_gr r4, 0x78
pass