A83: Re: Displaying registers.
[Prev][Next][Index][Thread]
A83: Re: Displaying registers.
ld l,x ; ONLY if register is not L
ld h,0
call _setxxxxop2 ; op2 contains hl... we set h = 0, so hl=x
call _op2toop1
ld a,3
call _dispop1a ; displays 3x5 char, at (penrow, pencol)
-Harper Maddox
jerky@ebicom.net
IRC nick: Geori
ICQ: 1214597
-----Original Message-----
From: Raisinboy5@aol.com <Raisinboy5@aol.com>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Sunday, September 13, 1998 1:43 PM
Subject: A83: Displaying registers.
>
>I know this is a very lame question and I could probrably find the answer
in
>tutorials and Harper may have already answered this question but, How do I
>display a register in 3x5 format at specific coordinates?
>