mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-02 01:30:56 +11:00
12 lines
123 B
NASM
12 lines
123 B
NASM
.inc "user.h"
|
|
|
|
ld hl, sAwesome
|
|
call printstr
|
|
xor a ; success
|
|
ret
|
|
|
|
sAwesome:
|
|
.db "Assembled from a TRS-80", 0x0d, 0
|
|
|
|
|