mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-01 19:30:46 +00:00
16 lines
160 B
ArmAsm
16 lines
160 B
ArmAsm
.comm i,4,4
|
|
|
|
.section .rodata,"a",%progbits
|
|
.dc.a i
|
|
|
|
.globl main
|
|
.globl start
|
|
.globl _start
|
|
.globl __start
|
|
.text
|
|
main:
|
|
start:
|
|
_start:
|
|
__start:
|
|
.dc.a 0
|