Possible DASM Bug report

Subject: Possible DASM Bug report
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Sun, 10 Oct 2004 18:02:22 +0200
Hi there!

I got the impression that DASM can't handle code lines that get longer than *cough* 255 chars...

For example it can't compile this line:

CUSTOMPF0PF1PF2JUMPMANKERNEL FOLLOW_CUSTOM1-FOLLOW_MIDDLE1, FOLLOW_MIDDLE1-JUMP_PF0, JUMP_PF0+FOLLOW_MIDDLE1-JUMP_PF0, JUMP_PF1+FOLLOW_MIDDLE1-JUMP_PF0, JUMP_PF2+FOLLOW_MIDDLE1-JUMP_PF0, JUMP_PF3+FOLLOW_MIDDLE1-JUMP_PF0, JUMP_PF4+FOLLOW_MIDDLE1-JUMP_PF0, JUMP_PF5+FOLLOW_MIDDLE1-JUMP_PF0

(Yup, I know I'm a pervert...)

I gives weird random errors like:

followth.s (46): error: Not enough args passed to Macro.
followth.s (46): error: Illegal character.
char = '{' 123 (-1: 0)
followth.s (46): error: Illegal character.
char = '}' 125 (-1: 56)
followth.s (47): error: Unknown Mnemonic 'JUMP_PF5+FOLLOW_MIDDLE1-JUMP_PF0'.
followth.s (48): error: Not enough args passed to Macro.
followth.s (48): error: Illegal character.
char = '{' 123 (-1: 0)
followth.s (48): error: Illegal character.
char = '}' 125 (-1: 56)


Greetings,
	Manuel

Current Thread