Re: [stella] Constants in DASM?

Subject: Re: [stella] Constants in DASM?
From: Christopher Tumber <christophertumber@xxxxxxxxxx>
Date: Sun, 19 Jan 2003 01:02:01 -0500
>Is it possible to declare constants in DASM? If so how? I have several values that would be much easier coded if I could declare them in english.

Just use EQU or =



Constant1 EQU $10
Constant2 = $20

lda #Constant1
ldx #Constant2




Chris...






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


Current Thread