data/method/gdb/gdb-13.2/sim/testsuite/bfin/simple0.s

11 lines
94 B
ArmAsm
Raw Normal View History

2024-01-29 10:44:43 +08:00
# mach: bfin
.include "testutils.inc"
start
R0 = 5;
R0 += -1;
DBGA ( R0.L , 4 );
pass