blob: c13164d14371c2c664b1d1cc24d9d039319abcc8 [file] [log] [blame]
# cr16 testcase for addd $sr, regp
# mach(): cr16
.include "testutils.inc"
start
.global addd
addd:
movd $0x12345678,(r4,r3)
addd $0x44444444,(r4,r3)
test_h_grp "(r4,r3)", 0x56789abc
pass