mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
19 lines
195 B
ArmAsm
19 lines
195 B
ArmAsm
|
# mach: bfin
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
start
|
||
|
|
||
|
A0 = 0;
|
||
|
R0.L = 0x10;
|
||
|
A0.x = R0;
|
||
|
|
||
|
R0.L = 0x0038;
|
||
|
R0.H = 0x0006;
|
||
|
|
||
|
R0.L = SIGNBITS A0;
|
||
|
|
||
|
DBGA ( R0.L , 0xfffa );
|
||
|
DBGA ( R0.H , 0x0006 );
|
||
|
|
||
|
pass
|