Re: [stella] New 2600 programmer's first attempt

Subject: Re: [stella] New 2600 programmer's first attempt
From: "Christian Groessler" <cpg@xxxxxxxxxx>
Date: Fri, 18 Feb 2000 17:32:02 +0100


On 02/16/2000 05:59:54 AM GMT "Scott Huggins" wrote:
>
>??????? LDX #08?? ; <=? I GET A SYNTAX ERROR  HERE!!!?? Al I'm trying to
do is load the X register with hex value
>

I don't know which assembler you use, but maybe it interprets it as octal ?
(leading 0)
try "ldx #8" or "ldx #$08" or something...

regards,
chris



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

Current Thread