mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
13 lines
126 B
ArmAsm
13 lines
126 B
ArmAsm
.global abs1
|
|
abs1 = 0x1000
|
|
|
|
.data
|
|
.global data1
|
|
data1:
|
|
.text
|
|
.global text1
|
|
text1:
|
|
.global text2
|
|
text2 = . + 65536
|
|
.end
|