mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00: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
|