This commit is contained in:
2025-02-05 21:32:58 +01:00
parent fbe874b3e7
commit e979a3d618
2 changed files with 108 additions and 14 deletions

View File

@@ -202,8 +202,8 @@ WriteAddress
Mem::Write(Address, B);
DoOpcodeWork();
CheckIfTaken
FakeFetchOperand();
FetchOperandAndCheckBranch
Address.Lo = B = Mem::Read(PC++);
If (!condition)
InsertFetchOpcode();
else