RE: [stella] Dealing with 8k in DASM

Subject: RE: [stella] Dealing with 8k in DASM
From: Nicolás Olhaberry <nolh@xxxxxxxxxxxxx>
Date: Thu, 24 Jan 2002 02:35:37 -0300
----- Original Message -----
From: Paul Slocum <paul-stella@xxxxxxxxxxxxxx>
To: <stella@xxxxxxxxxxx>
Sent: Thursday, January 24, 2002 1:50 AM
Subject: [stella] Dealing with 8k in DASM



> I have the first 4k bank in $1000-$1FFF and the second bank in
> $2000-$2FFF.  The problem is that when I use labels in the second bank,
> they of course translate to $2xxx, but the Atari doesn't seem to like
> that.  I have to subtract $1000 from every label reference to make it
$1xxx.

If I understood your problem correctly (my English is not too good
sometimes), you can solve it by starting the second bank on $3000.

Bye,

        Nicolás.

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


Current Thread