mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-18 11:08:26 +00:00
7 lines
49 B
ArmAsm
7 lines
49 B
ArmAsm
|
.text
|
||
|
foo:
|
||
|
.byte 0
|
||
|
.globl bar
|
||
|
bar:
|
||
|
.dc.a foo
|