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