mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
7 lines
254 B
ArmAsm
7 lines
254 B
ArmAsm
# When GC, all sections in each file must be referenced from within a kept
|
|
# section (which .init is, which .text isn't). Here, we don't refer to
|
|
# anything so whatever is linked will be discarded.
|
|
.section .init,"ax",@progbits
|
|
_start:
|
|
SETL $119,1190
|