mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
10 lines
107 B
ArmAsm
10 lines
107 B
ArmAsm
.section .init,"ax"
|
|
.align 1
|
|
.globl _init
|
|
_init:
|
|
|
|
.section .fini,"ax"
|
|
.align 1
|
|
.globl _fini
|
|
_fini:
|