Closed jwestfall69 closed 7 years ago
mov/add/cmp use a signed imm5 value, but the debugger is displaying them as unsigned. This update sign extends the imm5 value for those opcodes to fix the displayed value.
Beauty, thanks!
mov/add/cmp use a signed imm5 value, but the debugger is displaying them as unsigned. This update sign extends the imm5 value for those opcodes to fix the displayed value.