Re: [stella] Optimizing "Align 256"

Subject: Re: [stella] Optimizing "Align 256"
From: "Fabrizio Zavagli" <rasty@xxxxxxxxx>
Date: Sun, 30 Jun 2002 11:08:01 +0200
Worry not, that's still some useful info to the list! :)

greets,
Rasty.-

----- Original Message -----
From: "Paul Slocum" <paul-stella@xxxxxxxxxxxxxx>
To: <stella@xxxxxxxxxxx>
Sent: Saturday, June 29, 2002 21:16
Subject: Re: [stella] Optimizing "Align 256"


>
> >Anyone know of any tricks to fill in an "align 256" so as little space is
> >wasted as possible?  I guess what I want is some easy way to know how
much
> >wasted space there is between the last data/code and the align 256 so I
> >know how many bytes to fill.  I always put stuff that needs to be aligned
> >on a page at the beginning of the 4k bank, but I've got a few cases where
> >they can't be put there.
>
> Well Paul, you could use the -l switch in dasm to generate a list file to
> see what memory locations your code is being assembled into.  Maybe next
> time you should use your brain before you post.  ;o)
>
> -Paul
>
> --------------------------------------------------------------------------
--------------------
> Archives (includes files) at http://www.biglist.com/lists/stella/archives/
> Unsub & more at http://www.biglist.com/lists/stella/
>
>

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


Current Thread