]> git.sur5r.net Git - cc65/blobdiff - src/cc65/coptsub.h
When using GetQualifier, pass correct params :-)
[cc65] / src / cc65 / coptsub.h
index c9e40b8003946b5d51b7d8bb01c5324763392657..828a1d417b9b8f15b5385f64066534fd14b51310 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2001      Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2001-2006, Ullrich von Bassewitz                                      */
+/*                Römerstrasse 52                                            */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -78,6 +78,11 @@ unsigned OptSub2 (CodeSeg* S);
  *      sta     yy
  */
 
+unsigned OptSub3 (CodeSeg* S);
+/* Search for a call to decaxn and replace it by an 8 bit sub if the X register
+ * is not used later.
+ */
+
 
 
 /* End of coptsub.h */