Re: [stella] Possible DASM Bug report

Subject: Re: [stella] Possible DASM Bug report
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Sun, 10 Oct 2004 19:29:03 +0200
Hi there!

don't know if this fixes the problem, but dasm's main.c has, near the beginning, the following line:
#define MAXLINE 256
try raising that value =)

Ah, thanks! ;-)


Meanwhile I've been working around this, by pre-calculating some values:

CALC1 = (FOLLOW_CUSTOM1-JUMP_PF0)

CUSTOMPF0PF1PF2JUMPMANKERNEL FOLLOW_TOP-FOLLOW_CUSTOM1, CALC1, JUMP_PF0+CALC1, JUMP_PF1+CALC1, JUMP_PF2+CALC1, JUMP_PF3+CALC1, JUMP_PF4+CALC1, customarea1

Greetings,
Manuel

Current Thread