X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fda65%2Fdata.h;h=a6603fa03ce3302feabb34610e979ac57a704a79;hb=b8e665e8377fcc7a536850ea96a701e71ad0171b;hp=0594f8bbb110370d2852079201ff1e4525e8aad9;hpb=97f96823078d73da17d43aebd01151db0ffe8822;p=cc65 diff --git a/src/da65/data.h b/src/da65/data.h index 0594f8bbb..a6603fa03 100644 --- a/src/da65/data.h +++ b/src/da65/data.h @@ -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,7 +61,10 @@ 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 */