AntonLydike / riscemu

RISC-V emulator in python
MIT License
48 stars 13 forks source link

j and jal fix #33

Closed KGrykiel closed 1 year ago

KGrykiel commented 1 year ago

I am pretty sure that this is everything necessary to make it work how the riscv spec expects it. It was tested by running some of the example programs with "j 0/ jal 0" added to prove that now those instructions should be effectively ommitted.

KGrykiel commented 1 year ago

my bad, forgot to remove the changes from previous PR