3 * $Id: assembler.h,v 1.1 2004/02/02 10:12:34 kramm Exp $
5 * Notice: This header file contains declarations of functions and types that
6 * are just used internally. All library functions and types that are supposed
7 * to be publicly accessable are defined in ./src/ming.h.
10 #ifndef SWF_ASSEMBLER_H_INCLUDED
11 #define SWF_ASSEMBLER_H_INCLUDED
16 extern Buffer asmBuffer;
18 void bufferPatchLength(Buffer buffer, int len);
19 int bufferBranchTarget(Buffer buffer, char *label);
21 #endif /* SWF_ASSEMBLER_H_INCLUDED */