blob: ad0b86ff6d567077bde242231ca553849e798018 [file] [log] [blame]
# m32r testcase for ld $dr,@$sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global ld
ld:
mvaddr_h_gr r4, data_loc
mvi_h_gr r5, 0
ld r5, @r4
test_h_gr r5, 0x12345678
pass
data_loc:
.word 0x12345678