First os version with ABI number and working system calls
This commit is contained in:
7
assembly/applications/brief/hello_world.asm
Normal file
7
assembly/applications/brief/hello_world.asm
Normal file
@ -0,0 +1,7 @@
|
||||
org 0xA000
|
||||
include '../../bios/abi-generated.asm'
|
||||
|
||||
STRING: DB "Hello",0
|
||||
ld bc, STRING
|
||||
call Sys_Print
|
||||
jp 0
|
Reference in New Issue
Block a user