AntonLydike / riscemu

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

Fix sign issue in parse_rd_rs_rs #16

Closed K-W-Li closed 1 year ago

K-W-Li commented 1 year ago

The parse_rd_rs_rs function does not return proper wrapped ints (wrapped in Int32 or UInt32) when signed=True.

AntonLydike commented 1 year ago

Thanks for finding this!