Re: A85: FLine
[Prev][Next][Index][Thread]
Re: A85: FLine
Would I be able to save any memory by modifying the source rather than by
just adding a few lines of code?
Justin Bosch
justin-b@juno.com
On Mon, 18 May 1998 12:40:48 +0200 Jimmy =?iso-8859-1?Q?M=E5rdell?=
<yarin@acc.umu.se> writes:
>
>At 22:53 1998-05-17 EDT, you wrote:
>>
>>Would someone please post the source to fline again? I need to
>modify it
>>for a program so that it draws the line in the graph memory rather
>than
>>the video memory.
>
>If you're using FLine in Usgard, that is no problem. Just set
>DEST_ADDR
>to the graph mem:
>
> ld hl,GRAPH_MEM
> ld (DEST_ADDR),hl
>
>and Fline will draw to the graph mem instead.
>
>--
>Real name: Jimmy Mårdell "can't go mucking with a 'void
>*'"
>IRC......: Yarin // Apple's MPW C
>compiler
>Email....: mailto:yarin@acc.umu.se
>Homepage.: http://www.algonet.se/~mja/
>
_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]
Follow-Ups:
- Re: A85: FLine
- From: Jimmy =?iso-8859-1?Q?M=E5rdell?= <yarin@acc.umu.se>
References:
- Re: A85: FLine
- From: Jimmy =?iso-8859-1?Q?M=E5rdell?= <yarin@acc.umu.se>