mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
12 lines
108 B
ArmAsm
12 lines
108 B
ArmAsm
.text
|
|
.global foo
|
|
foo:
|
|
.long 0x12345678
|
|
|
|
.data
|
|
.global bar
|
|
bar:
|
|
.long 0x87654321
|
|
|
|
.lcomm dummy, 0x12
|