RE: [stella] gah! my suckitude knows no bounds

Subject: RE: [stella] gah! my suckitude knows no bounds
From: "Dennis Debro" <ddebro@xxxxxxxxxxxxx>
Date: Sat, 23 Aug 2003 17:16:50 -0400
Hi Kirk,

Your problem is how you're using your constants. They way you're using
them DASM thinks they're addresses. For example, you write...

LDA GravDelay

this should be

LDA #GravDelay

The way you have it written DASM will load the accumulator with the
value in address $06 or CXBLPF.

Take care,
Dennis



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


Current Thread