]> git.sur5r.net Git - cc65/blobdiff - src/cc65/coptc02.h
Order of keywords on the keyword table was wrong
[cc65] / src / cc65 / coptc02.h
index 743efb971b274a109e3e4331c7c1bd472f29f2bb..309e4578a98f9e6bdae65c7d34b5e8ea09cc08ac 100644 (file)
@@ -55,6 +55,9 @@ unsigned Opt65C02Ind (CodeSeg* S);
 unsigned Opt65C02BitOps (CodeSeg* S);
 /* Use special bit op instructions of the C02 */
 
+unsigned Opt65C02Stores (CodeSeg* S);
+/* Use STZ where possible */
+
 
 
 /* End of coptc02.h */