• smartcontracts's avatar
    fix: correctly verify mips instruction encoding (#237) · b8921436
    smartcontracts authored
    A lot of instructions in the MIPS spec require that certain fields
    be set to zero. Most of the time this isn't actually a problem but
    this can cause side-effects in a few cases. A buggy compiler could
    create an issue if it ever spit out non-compliant instructions.
    This PR implements those zero value enforcement checks for all
    instructions that we implement.
    b8921436
Name
Last commit
Last update
..
EAS Loading commit data...
L1 Loading commit data...
L2 Loading commit data...
Safe Loading commit data...
cannon Loading commit data...
dispute Loading commit data...
governance Loading commit data...
legacy Loading commit data...
libraries Loading commit data...
periphery Loading commit data...
universal Loading commit data...
vendor Loading commit data...