mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00: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 ]
|
||
|
|