qzdoom/src/zscript
Randy Heit 5d2cbf4ecb Improve disassembly of branch instructions
- 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.
2015-03-13 23:26:33 -05:00
..
ast.cpp
vm.h Improve disassembly of branch instructions 2015-03-13 23:26:33 -05:00
vmbuilder.cpp
vmbuilder.h Add FxVMFunctionCall class 2014-12-30 23:31:07 -06:00
vmdisasm.cpp Improve disassembly of branch instructions 2015-03-13 23:26:33 -05:00
vmexec.cpp
vmexec.h
vmframe.cpp 16-byte align frames on the VMFrameStack 2015-01-10 23:00:45 -06:00
vmops.h Improve disassembly of branch instructions 2015-03-13 23:26:33 -05:00
zcc-parse.lemon
zcc_compile.cpp
zcc_compile.h
zcc_errors.h
zcc_expr.cpp
zcc_exprlist.h
zcc_parser.cpp
zcc_parser.h