Added dword tables, char comments etc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@340 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -44,13 +44,16 @@
|
||||
|
||||
|
||||
|
||||
void ByteTable (unsigned RemainingBytes);
|
||||
unsigned ByteTable (void);
|
||||
/* Output a table of bytes */
|
||||
|
||||
void WordTable (unsigned RemainingBytes);
|
||||
unsigned WordTable (void);
|
||||
/* Output a table of words */
|
||||
|
||||
void AddrTable (unsigned RemainingBytes);
|
||||
unsigned DWordTable (void);
|
||||
/* Output a table of double words */
|
||||
|
||||
unsigned AddrTable (void);
|
||||
/* Output a table of addresses */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user