Re: [stella] DASM Bug report

Subject: Re: [stella] DASM Bug report
From: Greg Miller <gmiller@xxxxxxxxxxxxxxxxx>
Date: Sat, 23 Aug 2003 09:20:18 -0500
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/


Current Thread