Working on better 65816 support
git-svn-id: svn://svn.cc65.org/cc65/trunk@2619 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -291,6 +291,12 @@ int GetSubKey (const char** Keys, unsigned Count);
|
||||
* or -1 if the keyword was not found.
|
||||
*/
|
||||
|
||||
unsigned ParseAddrSize (void);
|
||||
/* Check if the next token is a keyword that denotes an address size specifier.
|
||||
* If so, return the corresponding address size constant, otherwise output an
|
||||
* error message and return ADDR_SIZE_DEFAULT.
|
||||
*/
|
||||
|
||||
void InitScanner (const char* InFile);
|
||||
/* Initialize the scanner, open the given input file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user