Re: [stella] don't put ur eggs in one "pot"

Subject: Re: [stella] don't put ur eggs in one "pot"
From: Eckhard Stolberg <Eckhard_Stolberg@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 04 Aug 1999 13:43:33 +0200
At 11:46 03.08.99 -0700, you wrote:

>if you need the whole code, ill post it.  keep in mind this
>code is merely an alpha version.

Please post the whole code. And tell us exactely what you expect the
program to do and what it does instead. Also tell us how you tested it.

And maybe you would like to use names for the variables instead of
direct RAM addresses. If you use DASM, it can even assign the actual
RAM addresses automatically to the names. Just do:

   SEG.U VARIABLES
   ORG   $80
BALL_POS_START  DS  1   ;this reserves one byte in the RAM from $80 on
BALL_POS_END    DS  1
DISPLAY_BUFFER  DS  8   ;this would reserve 8 bytes
...

   SEG   ROM_CODE
   ORG   $F000
...                     ;put the code and ROM data here



Ciao, Eckhard Stolberg



--
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/

Current Thread