RE: A86: Display A Routine Needed


[Prev][Next][Index][Thread]

RE: A86: Display A Routine Needed




by the way, 4a33h is dispahl.

--
Ahmed El-Helw
ahmedre@bellsouth.net
http://asm8x.home.ml.org 
ICQ: 3350394

-----Original Message-----
From: owner-assembly-86@lists.ticalc.org
[mailto:owner-assembly-86@lists.ticalc.org]On Behalf Of Andreas Finne
Sent: Wednesday, August 26, 1998 7:55 AM
To: assembly-86@lists.ticalc.org
Subject: 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


References: