Re: [stella] Constants in DASM?

Subject: Re: [stella] Constants in DASM?
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Sun, 19 Jan 2003 18:34:44 +0100
Chris Larkin wrote:
> Like: GoodBang = #$69

> However that doesn't work...

Remove the #, that is only used by the assembler for the addressing
mode and make sure that your constant name starts at the beginning of a
line, e.g.:

GoodBang = $69

Have fun!
Thomas                            
_______________________________________________________
Thomas Jentzsch         | *** Every bit is sacred ! ***
tjentzsch at web dot de |

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


Current Thread