mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 17:20:03 -04:00
6 lines
61 B
ArmAsm
6 lines
61 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.long __data_end
|
|
.p2align 4
|