mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-09-07 01:06:08 -05:00
Integrated RT64 (not included in repo), sign extended addresses
This commit is contained in:
@@ -104,7 +104,7 @@ bool process_instruction(const RecompPort::Context& context, const RecompPort::F
|
||||
break;
|
||||
// Arithmetic
|
||||
case InstrId::cpu_lui:
|
||||
print_line("{}{} = {:#X} << 16", ctx_gpr_prefix(rt), rt, imm);
|
||||
print_line("{}{} = S32({:#X} << 16)", ctx_gpr_prefix(rt), rt, imm);
|
||||
break;
|
||||
case InstrId::cpu_addu:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user