When dashmips stores a value in a register, it's stored as decimal. This is a problem when storing memory addresses for later.
Say I stored a memory address 0x8000 0046. If I increment this by 4, the address I'm looking to reach is 0x8000 004a. Instead I end up getting 0x8000 0050.
It's possible that there's a setting to change this but I couldn't find it anywhere.
When dashmips stores a value in a register, it's stored as decimal. This is a problem when storing memory addresses for later.
Say I stored a memory address 0x8000 0046. If I increment this by 4, the address I'm looking to reach is 0x8000 004a. Instead I end up getting 0x8000 0050.
It's possible that there's a setting to change this but I couldn't find it anywhere.