Files
5150/crt0.s

9 lines
121 B
ArmAsm

.arch i8086,jumps
.code16
.intel_syntax noprefix
.section .init
.global _start
_start:
jmp main