[cc65] sta zp,y doesn't give an error

From: Daniel Pralle <dpralle1gmx.de>
Date: 2011-06-24 21:38:50
Hi,

  just found a "bug" in my code I was searching for 1h.
Instead of writing data to a buffer in the Zero-page it ended up 
somewhere else. I used STA $30,y. The generated opcode was $99 (STA 
abs,y). because STA ZP,y doesn't exist. Shouldn#t that be an error? Or 
at least a warning?

cheers,
   crt xl
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Jun 24 21:39:37 2011

This archive was generated by hypermail 2.1.8 : 2011-06-24 21:39:41 CEST