]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Add missing opcode names to the disassembler.
authorRudolf Polzer <divVerent@gmail.com>
Fri, 1 Nov 2024 18:41:00 +0000 (14:41 -0400)
committerRudolf Polzer <divVerent@gmail.com>
Fri, 8 Nov 2024 13:02:02 +0000 (08:02 -0500)
commit626df16eabe912539e9da12f09f6e85329e4b7ff
treed4c3af19093b53a93c18d5c1c5385bc8f8838da3
parent5950e1b3f3c284bfe3c95c2556c8c10fcc9276de
Add missing opcode names to the disassembler.

Also fix instruction coloring and naming in disassembler.

- For some reason, all LOAD_ instructions are called FIELD_ now. Weren't
  they called INDIRECT_ once? Well, anyway, not touching that, just
  making it consistent with itself.

- Match new instructions in color to existing ones doing the same.
prvm_exec.c
prvm_execprogram.h