[stella] DASM - Align padding ?

Subject: [stella] DASM - Align padding ?
From: "Andy Mucho" <andy@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Aug 2003 12:05:21 +0100
Perhaps I'm going mad, but reading this..

[label] ALIGN	    N[,fill]

	    Align the current PC to an N byte boundry.	The default
	    fill character is always 0, and has nothing to do with
	    the default fill character specifiable in an ORG.

I assume that I should still be able to do something like..

	include "bladiblah.inc"
	ALIGN 4096,8

And have it pad with 8's ?

It doesn't seem to work, it always pads with 0's :-\

or am I going mad ?

andym - with a day off work and doing some sound tinkering :)
----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread