Re: [stella] DASM 'upgrade' in progress

Subject: Re: [stella] DASM 'upgrade' in progress
From: "Andrew Davie" <atari2600@xxxxxxxxxxxxx>
Date: Wed, 19 Mar 2003 22:59:34 +1100
> Will this also include the file name? I've split my subroutines into
> different files so it's a little more manageable for me. Whenever I get
> this dreaded message I have to figure out which file the problem is in.

Actually it's normally quite easy to find.
Add -v5 flag to the assembler switches when assembling, then do a
reverse-search in the assembler output (from the bottom-up) for '????'  The
first one you find is the label it couldn't resolve.  It's tedious, but it
works.
Cheers
A



----- Original Message -----
From: "Dennis Debro" <ddebro@xxxxxxxxxxxxx>
To: <stella@xxxxxxxxxxx>
Sent: Wednesday, March 19, 2003 9:36 PM
Subject: RE: [stella] DASM 'upgrade' in progress


> Hi Andrew,
>
> > fixing the 'Error: source is not resolvable.' issue to actually be an
> > error
> > with a definitive line - so you can see immediately what it had a
> problem
> > with (and, of course, double-click on it to get there immediately).
>
> Will this also include the file name? I've split my subroutines into
> different files so it's a little more manageable for me. Whenever I get
> this dreaded message I have to figure out which file the problem is in.
>
> Take care,
> Dennis
>
>
> --------------------------------------------------------------------------
--------------------
> 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