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

13 lines
156 B
ArmAsm
Raw Normal View History

2024-01-29 10:44:43 +08:00
# mach: bfin
.include "testutils.inc"
start
R0 = 0x1111 (X);
R0.H = 0x1111;
A0.x = R0;
R1 = A0.x;
DBGA ( R1.L , 0x11 );
DBGA ( R1.H , 0x0 );
pass