mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-02 03:30:54 +11:00
20151a97f8
Also made Makefile actually portable.
11 lines
128 B
NASM
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
|
|
|