1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-24 05:20:19 +10:00
collapseos/recipes/rc2014/zasm/cfsin/hello.asm
Virgil Dupras 20151a97f8 recipes/rc2014/zasm: use BASIC shell
Also made Makefile actually portable.
2019-12-11 13:01:51 -05:00

11 lines
128 B
NASM

.inc "user.h"
ld hl, sAwesome
call printstr
xor a ; success
ret
sAwesome:
.db "Assembled from a RC2014", 0x0d, 0x0a, 0