mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-15 10:27:40 +00:00
fix disassembly for Bxx.L
This commit is contained in:
@@ -758,6 +758,7 @@ static ULO cpuDisBcc(ULO prc, UWO opc, STR *sdata, STR *sinstruction, STR *soper
|
|||||||
disp2 = memoryReadLong(prc);
|
disp2 = memoryReadLong(prc);
|
||||||
cpuDisLongAppend(disp2, sdata);
|
cpuDisLongAppend(disp2, sdata);
|
||||||
adr = prc + disp2;
|
adr = prc + disp2;
|
||||||
|
prc += 2;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user