]> git.sur5r.net Git - cc65/blobdiff - src/da65/handler.h
Support for "virtual operands" of subroutines like this:
[cc65] / src / da65 / handler.h
index c0fa68e56a7874b4d1e639dbf4a298e9f42650cc..96b73f2c74b9a0eabc3cc812177bfaed6465a2bc 100644 (file)
@@ -104,7 +104,9 @@ void OH_Rts (const OpcDesc*);
 void OH_JmpAbsolute (const OpcDesc*);
 void OH_JmpAbsoluteIndirect (const OpcDesc* D);
 void OH_JmpAbsoluteXIndirect (const OpcDesc* D);
+void OH_JsrAbsolute (const OpcDesc*);
 
+void SetSubroutineVOperand (unsigned Addr, unsigned Size);
 
 
 /* End of handler.h */