data/method/gdb/gdb-13.2/sim/testsuite/m32r/add.cgs

17 lines
176 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# m32r testcase for add $dr,$sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global add
add:
mvi_h_gr r4, 1
mvi_h_gr r5, 2
add r4, r5
test_h_gr r4, 3
pass