Re: TIB: Let's Create the Ultimate BASIC Program Everyone (I Mean Everyo
[Prev][Next][Index][Thread]
Re: TIB: Let's Create the Ultimate BASIC Program Everyone (I Mean Everyone)
_puts is a way of printing the value in the register HL to the screen.
I like to do text like this:
BlAsTo1414
WowItsASM:
call _flushallmenus
call _runindicoff
call _clrLCD
call _homeup
ld hl,OhBoy
call _puts
call _getkey
jr exit
OhBoy:
.db "Look at me, I'm good at ASM",0
exit:
call _clrLCD
call _homeup
call _runindicon
ret