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:
@@ -66,9 +66,15 @@ unsigned char GetCodeByte (unsigned Addr);
|
||||
unsigned GetCodeWord (unsigned Addr);
|
||||
/* Get a word from the given address */
|
||||
|
||||
unsigned long GetCodeDWord (unsigned Addr);
|
||||
/* Get a dword from the given address */
|
||||
|
||||
unsigned GetRemainingBytes (void);
|
||||
/* Return the number of remaining code bytes */
|
||||
|
||||
int CodeLeft (void);
|
||||
/* Return true if there are code bytes left */
|
||||
|
||||
void ResetCode (void);
|
||||
/* Reset the code input to start over for the next pass */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user