First os version with ABI number and working system calls

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-12-30 19:58:32 +01:00
parent b1f9788772
commit ef58b417e6
12 changed files with 81 additions and 49 deletions

View File

@ -0,0 +1,7 @@
org 0xA000
include '../../bios/abi-generated.asm'
STRING: DB "Hello",0
ld bc, STRING
call Sys_Print
jp 0