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