Does anyone have good fairly fast input routines? I need one for numbers and
one for characters. Also how would I go about making variables? I think this
is right:
===================
ld hl,(Var)
Var:
.db 0
===============
Wouldn't this load the value of Var into hl? I know these sound dumb but I'm
just getting to actually understand assembly and get my stuff to work.
Thanks in advance.
Matt