]> git.sur5r.net Git - cc65/blobdiff - src/cc65/asmcode.h
Fixed several type conversion issues
[cc65] / src / cc65 / asmcode.h
index 47ea6558628449c69fa2ccbede015f296c2b6d9a..2db1ecbd469bd134cbbc8977bf0413e634764c63 100644 (file)
@@ -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 */