mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
14 lines
172 B
ArmAsm
14 lines
172 B
ArmAsm
.globl main
|
|
.globl start
|
|
.globl _start
|
|
.globl __start
|
|
.text
|
|
main:
|
|
start:
|
|
_start:
|
|
__start:
|
|
.byte 0
|
|
.section .data.rel.ro.local,"aw",%progbits
|
|
.weak func
|
|
.dc.a func
|