mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-18 20:31:19 +00:00
7 lines
49 B
ArmAsm
7 lines
49 B
ArmAsm
.text
|
|
foo:
|
|
.byte 0
|
|
.globl bar
|
|
bar:
|
|
.dc.a foo
|