assembler.h
来自「Ming is a library for generating Macrome」· C头文件 代码 · 共 22 行
H
22 行
/* assembler.h * * $Id: assembler.h,v 1.5 2003/11/08 18:24:57 whamann Exp $ * * Notice: This header file contains declarations of functions and types that * are just used internally. All library functions and types that are supposed * to be publicly accessable are defined in ./src/ming.h. */#ifndef SWF_ASSEMBLER_H_INCLUDED#define SWF_ASSEMBLER_H_INCLUDED#include "ming.h"#include "compile.h"extern Buffer asmBuffer;void bufferPatchLength(Buffer buffer, int len);int bufferBranchTarget(Buffer buffer, char *label);#endif /* SWF_ASSEMBLER_H_INCLUDED */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?