]> git.sur5r.net Git - cc65/blobdiff - src/ca65/pseudo.h
Implemented new .PUSHCPU and .POPCPU commands.
[cc65] / src / ca65 / pseudo.h
index bc3305716324056fb775b8a8330bbb38206fe3a3..32e774b9d82530b71e7a416eeaa6023901bf035e 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                pseudo.h                                  */
+/*                                pseudo.h                                  */
 /*                                                                           */
-/*             Pseudo instructions for the ca65 macroassembler              */
+/*             Pseudo instructions for the ca65 macroassembler              */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2008 Ullrich von Bassewitz                                       */
-/*               Roemerstrasse 52                                            */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 1998-2010, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -61,8 +61,8 @@ extern unsigned OpenIfs;
 void HandlePseudo (void);
 /* Handle a pseudo instruction */
 
-void SegStackCheck (void);
-/* Check if the segment stack is empty at end of assembly */
+void CheckPseudo (void);
+/* Check if the stacks are empty at end of assembly */