Re: [stella] subpixel joustpong

Subject: Re: [stella] subpixel joustpong
From: "Andrew Davie" <atari2600@xxxxxxxxxxxxx>
Date: Tue, 3 Feb 2004 22:13:58 +1100
In your source, move the ORG $F000 to AFTER the uninitialised RAM segment,
just after the SEG
It's also good practise to name your segments.  Helps the assembler know
what's what, and also helps you interpret the segment tables at the end of
assembly.

 SEG CODE
 org $F000

Each segment should really be given an ORG.  It doesn't make much sense
putting the org way before your RAM.  It wouldn't even assemble for me
without this change.  I don't know how you've managed to make it work so
far!

Cheers
A


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


Current Thread