StupidOS/bin/crt0.s

10 lines
81 B
ArmAsm
Raw Normal View History

2023-06-06 10:27:35 +00:00
; file: crt0.s
;
[BITS 32]
section .text
.global _start
_start:
xor ebp, ebp