mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-22 00:29:18 +00:00
fix disassembly for Bxx.L
This commit is contained in:
parent
6aaadb8861
commit
ff9a0aad3e
@ -758,6 +758,7 @@ static ULO cpuDisBcc(ULO prc, UWO opc, STR *sdata, STR *sinstruction, STR *soper
|
||||
disp2 = memoryReadLong(prc);
|
||||
cpuDisLongAppend(disp2, sdata);
|
||||
adr = prc + disp2;
|
||||
prc += 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user