On 5/4/19 1:36 AM, Sarah Harris wrote:
> This utility module builds a decision tree to decode instructions, starting
> from a human readable list of instruction bit patterns.
> Automatic tree generation will hopefully be more efficient and more
> maintainable than a hand-designed opcode parser.
>
This utility module builds a decision tree to decode instructions, starting
from a human readable list of instruction bit patterns.
Automatic tree generation will hopefully be more efficient and more
maintainable than a hand-designed opcode parser.
Tree generation happens at startup because this