Added new comment feature
git-svn-id: svn://svn.cc65.org/cc65/trunk@3388 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -267,6 +267,15 @@ void SeparatorLine (void)
|
||||
|
||||
|
||||
|
||||
void UserComment (const char* Comment)
|
||||
/* Output a comment line */
|
||||
{
|
||||
Output ("; %s", Comment);
|
||||
LineFeed ();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void LineComment (unsigned PC, unsigned Count)
|
||||
/* Add a line comment with the PC and data bytes */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user