On 4/13/21 11:16 AM, Luis Pires wrote:
This is useful in situations where you want decodetree
to handle variable width instructions but you want to
provide custom code to load the instructions. Suppressing
the generation of the load function is necessary to avoid
compilation errors due to the loa
Allow custom var width load functions
This is useful in situations where you want decodetree to handle variable width
instructions but you want to provide custom code to load the instructions.
Suppressing the generation of the load function is necessary to avoid
compilation errors due to the
This is useful in situations where you want decodetree
to handle variable width instructions but you want to
provide custom code to load the instructions. Suppressing
the generation of the load function is necessary to avoid
compilation errors due to the load function being unused.
This will be us