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/InstructionSetGen.pas

    r7 r10  
    129129      while Params <> '' do begin
    130130        ParamsPart := GetStringPart(Params, ',');
    131         ParamType := StrToParamType(ParamsPart);
     131        ParamType := StrToParamType(ParamsPart, NameOnly);
    132132        if ParamType <> ptNone then
    133133          InfoParams := InfoParams + ', ' + GetEnumName(TypeInfo(TParamType), Integer(ParamType));
Note: See TracChangeset for help on using the changeset viewer.