mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +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
|