Changeset 6 for trunk/Disassembler.pas


Ignore:
Timestamp:
Apr 19, 2026, 10:45:05 AM (8 days ago)
Author:
chronos
Message:
  • Modified: Execute instructions from array of methods instead of big case statement.
  • Added: Check which instructions are missing in InstructionInfo.
  • Added: Instruction generator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Disassembler.pas

    r5 r6  
    44
    55uses
    6   Classes, SysUtils, CpuZ80, Instructions, StrUtils, Memory, Generics.Collections;
     6  Classes, SysUtils, Z80Instructions, Z80InstructionInfo, StrUtils, Memory,
     7  Generics.Collections;
    78
    89type
Note: See TracChangeset for help on using the changeset viewer.