Re: A86:_dispAHL in small text


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

Re: A86:_dispAHL in small text




In a message dated 11/28/99 21:50:00 Eastern Standard Time, 
ComAsYuAre@aol.com writes:

> In a message dated 11/28/99 21:47:29 Eastern Standard Time, 
>  kanebarrett@worldnet.att.net writes:
>  
>  > Ok, so _MEMCHK puts the free mem in AHL (I hope) and I want this printed 
> in
>  >  the small variable width font. Is there a call like _dispAHL that uses 
> the
>  >  vwf?
>  
>      call _MEMCHK
>      ld de,-1
>      ld (_curRow),de
>      call _dispAHL
>      dec hl
>      call _vputs
>  

Actually, this is 1 byte shorter.

    ld hl,-1
    ld (_curRow),hl
    call _MEMCHK
    call _dispAHL
    dec hl
    call _vputs


----
Jonah Cohen
<ComAsYuAre@aol.com>
http://linux.hypnotic.org/~jonah/