A82: Re: ASH v3.1 suggestion


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

A82: Re: ASH v3.1 suggestion




As you know Ash 3.1 includes a function which clears a part of the memory,
which can be used to clear the GRAPH_MEM. However I could include a
special routine to clear the GRAPH_MEM, which would take up app 12 bytes.

I have now added the DISP_STRM function, and also a DISP_STR function (the
same thing, just using the normal font).

Dines
-----Original Message-----
From: Evil Sam <evil_sam@hotmail.com>
To: assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: 14. august 1998 18:54
Subject: A82: ASH v3.1 suggestion


>
>   Why not include a GRAPH_MEM clearing function built into ASH? Almost 
>every game uses one. Just a simple:
> ld hl,GRAPH_MEM
> ld (hl),0
> ld de,GRAPH_MEM+1
> ld bc,767
> ldir
> ret
> 
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>

__________________________________________

Dines Justesen
Email: c958362@student.dtu.dk
WWW  : http://www.student.dtu.dk/~c958362/
__________________________________________