mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
14 lines
102 B
ArmAsm
14 lines
102 B
ArmAsm
|
.text
|
||
|
.global foo
|
||
|
foo:
|
||
|
.long 0x12345678
|
||
|
|
||
|
.data
|
||
|
.global bar
|
||
|
bar:
|
||
|
.long 0x87654321
|
||
|
|
||
|
.lcomm 0x12
|
||
|
|
||
|
|
||
|
|