[stella] DASM Bug report

Subject: [stella] DASM Bug report
From: Manuel Polik <cybergoth@xxxxxxxx>
Date: Sat, 23 Aug 2003 16:17:42 +0200
Hi there!

Compiling a sequence like:

SAW_C7          = 00 | 00
SAW_C6          = 01 | 00
SAW_F5          = 02 | 00
SAW_C5          = 03 | 00
SAW_Gw4         = 04 | 00
SAW_F4          = 05 | 00
SAW_D4          = 06 | 00
SAW_C4          = 07 | 00
SAW_Aw3         = 08 | 00
SAW_Gw3         = 09 | 00
SAW_Fw3         = 10 | 00
SAW_F3          = 11 | 00
SAW_E3          = 12 | 00
SAW_D3          = 13 | 00
SAW_Cw3         = 14 | 00
SAW_C3          = 15 | 00
SAW_H2          = 16 | 00

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...?!?

Greetings,
	Manuel

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


Current Thread