First program to return to polmon

This commit is contained in:
2025-10-01 23:34:25 +02:00
parent 188256b0ac
commit bf9a88805f
3 changed files with 20 additions and 3 deletions

8
crt0.s Normal file
View File

@@ -0,0 +1,8 @@
.arch i8086,jumps
.code16
.intel_syntax noprefix
.section .init
.global _start
_start:
jmp main