]> git.sur5r.net Git - cc65/blobdiff - src/da65/data.h
Merge branch 'master' of https://github.com/cc65/cc65 into c1p
[cc65] / src / da65 / data.h
index 0594f8bbb110370d2852079201ff1e4525e8aad9..4cec14a03e0cb2f3fb7963a0094eb470c6d328d6 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 data.h                                   */
+/*                                  data.h                                   */
 /*                                                                           */
-/*                          Data output routines                            */
+/*                           Data output routines                            */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -39,7 +39,7 @@
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -47,6 +47,9 @@
 unsigned ByteTable (void);
 /* Output a table of bytes */
 
+unsigned DByteTable (void);
+/* Output a table of dbytes */
+
 unsigned WordTable (void);
 /* Output a table of words */
 
@@ -58,11 +61,12 @@ unsigned AddrTable (void);
 
 unsigned RtsTable (void);
 /* Output a table of RTS addresses (address - 1) */
-        
 
+unsigned TextTable (void);
+/* Output a table of text messages */
 
-/* End of data.h */
-#endif
 
 
+/* End of data.h */
 
+#endif