• inphi's avatar
    cannon: Fix j/jal VM emulation · 5fafea0b
    inphi authored
    Fixes two bugs:
    - Jump offsets should be zero-extended
    - Jumps are based on the PC-region. The effective address contains
     the current 256 MB-aligned region.
    5fafea0b
Name
Last commit
Last update
..
open_mips_tests Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
evm.go Loading commit data...
evm_test.go Loading commit data...
fuzz_evm_test.go Loading commit data...
instrumented.go Loading commit data...
logw.go Loading commit data...
memory.go Loading commit data...
memory_test.go Loading commit data...
metadata.go Loading commit data...
mips.go Loading commit data...
page.go Loading commit data...
page_test.go Loading commit data...
patch.go Loading commit data...
state.go Loading commit data...
state_test.go Loading commit data...
witness.go Loading commit data...