A83: Re: disp a


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

A83: Re: disp a




5x7 is that homescreen font?
then do ld l,a \ ld h,0
call _disphl
if you mean small, you have to do 

DispA:
or a
jr z,DisplayNull
call _setxxop1
jp _dispop1a

DisplayNull:
 ld a,'0'
 jp _vputmap


=Ahmed



-----Original Message-----
From: The Man in the Moon <mecad@scv.net>
To: assembly digest <assembly-83-digest@lists.ticalc.org>
Date: Friday, November 20, 1998 8:08 PM
Subject: A83: disp a


>
>Is there a call to display register a in normal 5*7 font?
>
>From: Chris
>(Man in the Moon)
>mecad@scv.net
>