resume working; import awk-based assembler

This commit is contained in:
Nero 2023-01-01 19:04:31 +00:00
parent e48ae306ba
commit 77b1ad7cef
4 changed files with 451 additions and 55 deletions

8
boot/hello.asm Normal file
View file

@ -0,0 +1,8 @@
org 0x7C00
jmp short main
nop
nop
main mov ax, 0x0e37
int 0x10
halt hlt
jmp short halt