Support for the .BANKBYTES, .LOBYTES and .HIBYTES pseudo functions contributed
by Kevin Schuetz <scrapdog@runbox.com>. git-svn-id: svn://svn.cc65.org/cc65/trunk@3965 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -146,6 +146,14 @@ void ExprGuessedAddrSize (const ExprNode* Expr, unsigned char AddrSize);
|
||||
* and mark these symbols accordingly.
|
||||
*/
|
||||
|
||||
ExprNode* FuncBankByte (void);
|
||||
/* Handle the .BANKBYTE builtin function */
|
||||
|
||||
ExprNode* FuncLoByte (void);
|
||||
/* Handle the .LOBYTE builtin function */
|
||||
|
||||
ExprNode* FuncHiByte (void);
|
||||
/* Handle the .HIBYTE builtin function */
|
||||
|
||||
|
||||
/* End of expr.h */
|
||||
|
||||
Reference in New Issue
Block a user