14 lines
102 B
ArmAsm
14 lines
102 B
ArmAsm
|
.text
|
||
|
.global foo
|
||
|
foo:
|
||
|
.long 0x12345678
|
||
|
|
||
|
.data
|
||
|
.global bar
|
||
|
bar:
|
||
|
.long 0x87654321
|
||
|
|
||
|
.lcomm 0x12
|
||
|
|
||
|
|
||
|
|