mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
9 lines
108 B
ArmAsm
9 lines
108 B
ArmAsm
|
.text
|
||
|
.globl text_symbol
|
||
|
text_symbol:
|
||
|
.space 256*1024
|
||
|
.data
|
||
|
.globl data_symbol
|
||
|
data_symbol:
|
||
|
.space 32
|