resume working; import awk-based assembler
This commit is contained in:
parent
e48ae306ba
commit
77b1ad7cef
4 changed files with 451 additions and 55 deletions
8
boot/hello.asm
Normal file
8
boot/hello.asm
Normal file
|
@ -0,0 +1,8 @@
|
|||
org 0x7C00
|
||||
jmp short main
|
||||
nop
|
||||
nop
|
||||
main mov ax, 0x0e37
|
||||
int 0x10
|
||||
halt hlt
|
||||
jmp short halt
|
Loading…
Add table
Add a link
Reference in a new issue