From: Shawn Jefferson (sjefferson_at_sd62.bc.ca)
Date: 2003-05-09 23:26:44
>>>>>> "SJ" == Shawn Jefferson <sjefferson_at_sd62.bc.ca> writes: > >SJ> cont: lda <_aliens ; lo byte of aliens array >SJ> sta _alienptr >SJ> lda >_aliens ; hi byte of aliens array >SJ> sta _alienptr+1 > >This should be lda #<_aliens / lda #>_aliens. I do the same thing all >the time... D'oh! I hate that... I looked at the code line by line about a dozen times... I always feel stupid when somebody notices a mistake like this that is right there in the open. Sometimes you just can't see errors like this in your own code! Thank you very much, it works perfectly now. ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-05-09 23:29:25 CEST