]> 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)
committerdivVerent <divVerent@gmail.com>
Tue, 12 Nov 2024 17:49:21 +0000 (12:49 -0500)
commita8f28692d1d6ef2aa93862c8f0a6297df0e4c500
treec584c98b7ebc329c898e5ef4772673d7b4d5ff9f
parente06e285d051dd84aadc383f7b7866c9c3469a4f4
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