Changeset 17 for branches/test3/Cpu.pas


Ignore:
Timestamp:
Mar 25, 2026, 8:52:34 PM (4 days ago)
Author:
chronos
Message:
  • Fixed: Wrong PC register increment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/test3/Cpu.pas

    r16 r17  
    234234begin
    235235  Move(PMax(@Memory[PC])^, Result, Count);
    236   Inc(PC, SizeOf(Count));
     236  Inc(PC, Count);
    237237end;
    238238
Note: See TracChangeset for help on using the changeset viewer.