mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
8x300dasm: correct JMP target address
This commit is contained in:
parent
3c8833b56b
commit
25405255b2
@ -122,7 +122,7 @@ CPU_DISASSEMBLE(n8x300)
|
||||
}
|
||||
break;
|
||||
case 0x07:
|
||||
util::stream_format(stream, "JMP %04XH", opcode & 0x1fff);
|
||||
util::stream_format(stream, "JMP %04XH", (opcode & 0x1fff) << 1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user