[stella] Finding errors in DASM

Subject: [stella] Finding errors in DASM
From: Bob Colbert <rcolbert@xxxxxxxxxxxxxxx>
Date: Sat, 8 Mar 1997 09:11:52 -0600 (CST)
> dasm exp1.asm -oexp1.bin -f3 -v3
> 
> Hope this helps.  DASM is horrible with typos.

Well, with verbose 3, it is fairly easy to find errors, use the above
line except add > exp1.err to the end.  This way, the variable lists go to
a file.  Next, edit the exp1.err file and look for ??? (I think) and you
will find your error 9 out of ten times.  The only other hard one to
figure out is when you use a variable name twice, so if you get some
really off the wall errors, look for that.

				Bob


--
To unsubscribe, send the word UNSUBSCRIBE in the body of a message to
stella-request@xxxxxxxxxxx

Current Thread