mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
11 lines
202 B
ArmAsm
11 lines
202 B
ArmAsm
|
.text
|
||
|
.global __start
|
||
|
__start:
|
||
|
xldb r10, [ foo ]
|
||
|
xldw r10, [ foo ]
|
||
|
xld r10, [ foo ]
|
||
|
xstb r10, [ foo ]
|
||
|
xstw r10, [ foo ]
|
||
|
xst r10, [ foo ]
|
||
|
|