]> git.sur5r.net Git - cc65/blobdiff - src/ld65/expr.h
Flag labels in the map file exports list
[cc65] / src / ld65 / expr.h
index 938ed34484d4e81644032e2b69ede0671261be2f..a810d0228f55204a3d8b660c6ffd83c493889ad3 100644 (file)
@@ -40,7 +40,7 @@
 
 /* common */
 #include "exprdefs.h"
-         
+
 /* ld65 */
 #include "objdata.h"
 #include "exports.h"
@@ -80,6 +80,9 @@ ExprNode* LiteralExpr (long Val, ObjData* O);
 ExprNode* MemExpr (Memory* Mem, long Offs, ObjData* O);
 /* Return an expression tree that encodes an offset into the memory area */
 
+ExprNode* SegExpr (Section* Sec, long Offs, ObjData* O);
+/* Return an expression tree that encodes an offset into a segment */
+
 void DumpExpr (const ExprNode* Expr);
 /* Dump an expression tree to stdout */