mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
15 lines
81 B
ArmAsm
15 lines
81 B
ArmAsm
|
.text
|
||
|
main:
|
||
|
|
||
|
move A[0], #12h
|
||
|
nop
|
||
|
nop
|
||
|
|
||
|
|
||
|
|
||
|
.data
|
||
|
|
||
|
lb: .word 0x23
|
||
|
plc: .word lb
|
||
|
|