Re: [stella] DASM Bug report

Subject: Re: [stella] DASM Bug report
From: "Andrew Davie" <atari2600@xxxxxxxxxxxxx>
Date: Sun, 24 Aug 2003 20:58:36 +1000
That is my recollection.  Leading 0 prefix indicates an octal number.   09
is an illegal octal number :)  So is 08
The expression will work with 07 etc...
Cheers
A

----- Original Message ----- 
From: "Greg Miller" <gmiller@xxxxxxxxxxxxxxxxx>
To: <stella@xxxxxxxxxxx>
Sent: Sunday, August 24, 2003 12:20 AM
Subject: Re: [stella] DASM Bug report


> Manuel Polik wrote:
>
> > Will produce errors like:
> > music.h (16): error: Syntax Error '08 | 00'.
> > music.h (17): error: Syntax Error '09 | 00'.
> >
> > Replacing 08 & 09 with $08 & $09 will work though...?!?
>
> I forget... does DASM support octal? A leading zero is the traditional
> way of specifying that a number is in octal rather than decimal, and 0-7
> are the only valid digits in an octal number.
>
> -- 
> http://www.classic-games.com/         http://www.indie-games.com/
>
> --------------------------------------------------------------------------
--------------------
> Archives (includes files) at http://www.biglist.com/lists/stella/archives/
> Unsub & more at http://www.biglist.com/lists/stella/
>
>
>


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


Current Thread