Re: [stella] TASM

Subject: Re: [stella] TASM
From: Glenn Saunders <cybpunks2@xxxxxxxxxxxxx>
Date: Wed, 28 Nov 2001 13:17:54 -0800
At 02:22 PM 11/28/2001 -0500, you wrote:
Tasm also uses a different format for hex constants, a trailing h rather
than a leading $

        LDA #$FF ; Dasm
        LDA FFh  ; Tasm

According to what I read, it will still do the % or $ notation except in certain places that it uses those characters for other things.




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


Current Thread