File tree Expand file tree Collapse file tree 6 files changed +48
-0
lines changed Expand file tree Collapse file tree 6 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ // ======================= ZoneTool =======================
2+ // zonetool, a fastfile linker for various
3+ // Call of Duty titles.
4+ //
5+ // Project: https://github.com/ZoneTool/gsc-asm
6+ // Author: RektInator (https://github.com/RektInator)
7+ // License: GNU GPL v3.0
8+ // ========================================================
19#include " stdafx.hpp"
210
311class Assembler
Original file line number Diff line number Diff line change 1+ // ======================= ZoneTool =======================
2+ // zonetool, a fastfile linker for various
3+ // Call of Duty titles.
4+ //
5+ // Project: https://github.com/ZoneTool/gsc-asm
6+ // Author: RektInator (https://github.com/RektInator)
7+ // License: GNU GPL v3.0
8+ // ========================================================
19#define OP_End 0x0
210#define OP_Return 0x1
311#define OP_GetByte 0x2
Original file line number Diff line number Diff line change 1+ // ======================= ZoneTool =======================
2+ // zonetool, a fastfile linker for various
3+ // Call of Duty titles.
4+ //
5+ // Project: https://github.com/ZoneTool/gsc-asm
6+ // Author: RektInator (https://github.com/RektInator)
7+ // License: GNU GPL v3.0
8+ // ========================================================
19#define OP_SetNewLocalVariableFieldCached0 0x17
210#define OP_EvalSelfFieldVariable 0x18
311#define OP_Return 0x19
Original file line number Diff line number Diff line change 1+ // ======================= ZoneTool =======================
2+ // zonetool, a fastfile linker for various
3+ // Call of Duty titles.
4+ //
5+ // Project: https://github.com/ZoneTool/gsc-asm
6+ // Author: RektInator (https://github.com/RektInator)
7+ // License: GNU GPL v3.0
8+ // ========================================================
19#include " stdafx.hpp"
210
311long flength (FILE* fp)
Original file line number Diff line number Diff line change 1+ // ======================= ZoneTool =======================
2+ // zonetool, a fastfile linker for various
3+ // Call of Duty titles.
4+ //
5+ // Project: https://github.com/ZoneTool/gsc-asm
6+ // Author: RektInator (https://github.com/RektInator)
7+ // License: GNU GPL v3.0
8+ // ========================================================
19#include " stdafx.hpp"
Original file line number Diff line number Diff line change 1+ // ======================= ZoneTool =======================
2+ // zonetool, a fastfile linker for various
3+ // Call of Duty titles.
4+ //
5+ // Project: https://github.com/ZoneTool/gsc-asm
6+ // Author: RektInator (https://github.com/RektInator)
7+ // License: GNU GPL v3.0
8+ // ========================================================
19#pragma once
210#define _CRT_SECURE_NO_WARNINGS
311
You can’t perform that action at this time.
0 commit comments