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:
@@ -70,11 +70,14 @@ void DefLabel (const char* Name);
|
||||
void OneDataByte (void);
|
||||
/* Output a .byte line with the current code byte */
|
||||
|
||||
void DataByteLine (unsigned Count);
|
||||
/* Output a line with Count data bytes */
|
||||
void DataByteLine (unsigned ByteCount);
|
||||
/* Output a line with bytes */
|
||||
|
||||
void DataWordLine (unsigned Count);
|
||||
/* Output a line with Count data words */
|
||||
void DataWordLine (unsigned ByteCount);
|
||||
/* Output a line with words */
|
||||
|
||||
void DataDWordLine (unsigned ByteCount);
|
||||
/* Output a line with dwords */
|
||||
|
||||
void SeparatorLine (void);
|
||||
/* Print a separator line */
|
||||
|
||||
Reference in New Issue
Block a user