Re: [stella] help! distella -> dasm case sensitivity (fwd)

Subject: Re: [stella] help! distella -> dasm case sensitivity (fwd)
From: Adam Thornton <adam@xxxxxxx>
Date: Wed, 1 May 2002 09:19:57 -0500
On Wed, May 01, 2002 at 09:56:14AM -0400, Chris Wilkson wrote:
> Skip	stx	VSYNC  ; I get an error on this line
> 
> I forget the exact error, but I think it's "unkown label" or something
> close.  Anyway, making the "S" in "Skip" a lowercase "s" lets it compile.
> (It's not the "VSYNC" that's the problem...it's definitely the "Skip".)

Yeah, but making the label it is trying to branch to "Skip" rather than
"skip" would also let it compile, I bet.

I myself have no beef with case-sensitive labels, although I think that
anyone who actually uses the labels "skip", "Skip", and "SKIP" to mean
different addresses should be shot.

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


Current Thread