parser now acounts for instruction address (#31)

Co-authored-by: darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#31
This commit was merged in pull request #31.
This commit is contained in:
darkress
2023-06-12 16:14:04 +02:00
parent c9fcc03892
commit 049a16f8a6
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);
}
}