MCPcopy Create free account
hub / github.com/doldecomp/mkdd / BranchInst

Class BranchInst

tools/custom/decomp_switch.py:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4# made by kiwi
5
6class BranchInst:
7 NONE = 0
8 EQ = 1
9 NOT_EQ = 2
10 GREATER = 3
11 LESS = 4
12 GREATER_OR_EQ = 5
13 LESS_OR_EQ = 6
14 ALWAYS = 7
15
16
17BRANCH_OPCODE_TO_ENUM = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected