]> git.sur5r.net Git - cc65/blobdiff - src/ca65/expr.h
Finished implemenation of commands to delete macros. Added the new commands to
[cc65] / src / ca65 / expr.h
index 43a70a09e5cf064b1ab044024c1b2e68f56c4cca..8d492a3dba42094742db8c4628a9bcc6c276dff5 100644 (file)
@@ -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 */