]> 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 4ad470406015e3e12016148f0e7889282bcc53f8..309e4578a98f9e6bdae65c7d34b5e8ea09cc08ac 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2001      Ullrich von Bassewitz                                       */
+/* (C) 2001-2002 Ullrich von Bassewitz                                       */
 /*               Wacholderweg 14                                             */
 /*               D-70597 Stuttgart                                           */
 /* EMail:        uz@cc65.org                                                 */
 unsigned Opt65C02Ind (CodeSeg* S);
 /* Try to use the indirect addressing mode where possible */
 
+unsigned Opt65C02BitOps (CodeSeg* S);
+/* Use special bit op instructions of the C02 */
+
+unsigned Opt65C02Stores (CodeSeg* S);
+/* Use STZ where possible */
+
 
 
 /* End of coptc02.h */