Re: [stella] DASM question

Subject: Re: [stella] DASM question
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Fri, 26 Mar 2004 08:45:56 +0100
Hi Erik,

I'm hacking around with a bit of 2600 code after a long layoff, and I've got a DASM question. (I got the newest 2.20 from Andrew's
site.) I vaguely remember being able to use short "local" labels,
like

P0 dex
   bne P0

You're looking for


.P0 dex
    bne .P0

then.

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


Current Thread