AntonLydike / riscemu

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

allow for infinite registers in sw/lw instructions #31

Closed superlopuh closed 1 year ago

superlopuh commented 1 year ago

Fixes two bugs relating to register name validation during parsing, one which only allows double digits in register name, another that checks for known registers during parsing, both of which prevent us from using infinite registers.