Skip to content
Commit 3b2c3fd5 authored by Martyn Capewell's avatar Martyn Capewell Committed by mmc28a
Browse files

Remove per-instruction functions and data structures

Improve static code/data size by:

 1) Removing the per-instruction visitor functions. The generic Visit()
    function can be overridden instead to intercept individual instructions, as
    shown in the existing custom disassembler example.
 2) Remove the array of instruction forms. Instead infer the forms from the
    decoder tree defined by kDecodeMapping.

As it's now unused, remove the INSTRUCTION_VISITOR_LIST define too.
parent 57fbc25c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment