AntonLydike / riscemu

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

Register overflow is not implemented #4

Closed tobiasgrosser closed 2 years ago

tobiasgrosser commented 2 years ago

It seems integer registers do not implement 2's complement wrapping. This is an important feature and it would be great if riscemu would support it.

tobiasgrosser commented 2 years ago

Thank you, this is excellent!