mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-04 00:31:27 +00:00
11 lines
112 B
ArmAsm
11 lines
112 B
ArmAsm
.text
|
|
.globl _start
|
|
.globl __start
|
|
_start:
|
|
__start:
|
|
.ifdef HPUX
|
|
one .comm 1
|
|
.else
|
|
.comm one, 1, 1
|
|
.endif
|