X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fasmcode.h;h=2db1ecbd469bd134cbbc8977bf0413e634764c63;hb=aef8789873bd008d42aa50330ca98488fad91b31;hp=47ea6558628449c69fa2ccbede015f296c2b6d9a;hpb=c1b6680a92b6e9d3d3e87d8dcd6ae6f11ead8cf5;p=cc65 diff --git a/src/cc65/asmcode.h b/src/cc65/asmcode.h index 47ea65586..2db1ecbd4 100644 --- a/src/cc65/asmcode.h +++ b/src/cc65/asmcode.h @@ -68,6 +68,11 @@ CodeMark GetCodePos (void); void RemoveCode (CodeMark M); /* Remove all code after the given code marker */ +void MoveCode (CodeMark Start, CodeMark End, CodeMark Target); +/* Move the code between Start (inclusive) and End (exclusive) to + * (before) Target. + */ + void WriteOutput (FILE* F); /* Write the final output to a file */