mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-14 06:21:19 +00:00
5d2cbf4ecb
- I kept getting confused trying to read these instructions, so now their disassembly looks more MIPS-like: * All mnemonics have had 'b' prepended to them for "branch". * The CMP_CHECK bit alters the displayed mnemonic for the inverted versions. e.g. BEQ can be displayed as BNE. * The following JMP instruction that encodes the branch destination has been folded into the disassembly of the branch instruction. Unlike MIPS, I chose to display it offset from the branch check with => instead of another comma. |
||
---|---|---|
.. | ||
ast.cpp | ||
vm.h | ||
vmbuilder.cpp | ||
vmbuilder.h | ||
vmdisasm.cpp | ||
vmexec.cpp | ||
vmexec.h | ||
vmframe.cpp | ||
vmops.h | ||
zcc-parse.lemon | ||
zcc_compile.cpp | ||
zcc_compile.h | ||
zcc_errors.h | ||
zcc_expr.cpp | ||
zcc_exprlist.h | ||
zcc_parser.cpp | ||
zcc_parser.h |