Reorganized folders, added pal-adapter io device folder
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
org 0xA000
|
||||
include '../../os/abi-generated.asm'
|
||||
|
||||
STRING: DB "Hello",0
|
||||
ld bc, STRING
|
||||
call Sys_Print
|
||||
jp 0
|
Reference in New Issue
Block a user