[stella] Question about DASM

Peter H. Fröhlich phf at cs.jhu.edu
Thu Mar 27 19:43:01 CDT 2008


Hi all,

On Mar 27, 2008, at 7:18 PM, Dennis Debro wrote:

> Am I using align incorrect? In my code I have...
>
> align 256, -1
>
> Shouldn't this go to the next page and fill the bytes between with  
> $FF?
> Instead it's filling the bytes between with $00.

What happens if you say

   align 256, 255

instead?

Cheers,
Peter



More information about the Stella mailing list