Ignore:
Timestamp:
Apr 20, 2026, 9:52:45 PM (6 days ago)
Author:
chronos
Message:
  • Added: Decoding area of instructions with two prefixes.
  • Modified: Improved parameter handling in disassembler.
  • Modified: Improving handling of flags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Z80/Z80Instructions.pas

    r7 r10  
    77
    88type
    9   TInstructionTable = (itBase, itCB, itDD, itED, itFD);
     9  TInstructionTable = (itBase, itCB, itDD, itED, itFD, itDDCB, itFDCB);
    1010
    1111  TInstruction = (
Note: See TracChangeset for help on using the changeset viewer.