Re: A86: Display A Routine Needed
[Prev][Next][Index][Thread]
Re: A86: Display A Routine Needed
SCaBBy has written a great routine to display a or hl in menu font. I
don't know how it works, but it's very good. Here it is:
DispA: ;Routine to Display A [By: Matthew Shepcar]
ld l,a ;Loads a into l
ld h,0 ;0 into H
DispHL: ;Displays HL [By: Matthew Shepcar]
xor a ;Loads 0 into A
ld de,-1 ;Loads -1 into DE
ld (_curRow),de ;Loads de into CurRow
call 4A33h ;Calls 4A33h
dec hl ;Decrease it
jp _vputs ;Put on screen and return
If you want to display a just call DispA.
Andreas Finne
a_finne@hotmail.com
>From: "In FuZeD" <zone_ti@hotmail.com>
>To: assembly-86@lists.ticalc.org
>Subject: A86: Display A Routine Needed
>Date: Mon, 24 Aug 1998 09:36:53 PDT
>Reply-To: assembly-86@lists.ticalc.org
>
>
>Can Someone post a routine to display a in small print at current
>penCol and penRow? -Thanx
>
>InFuZeD at tihaven.org
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Follow-Ups: