parser now acounts for instruction address

This commit is contained in:
darkress
2023-06-12 16:13:13 +02:00
parent c9fcc03892
commit da6322e513
3 changed files with 33 additions and 13 deletions

View File

@@ -62,7 +62,6 @@ public class Memory
if(address == 0x2) //Check if PCL is destination
{
ProgramCounter.loadPc();
Cycles.addToCycles(1);
}
}