Changeset 10 for trunk/Z80/InstructionSetGen.pas
- Timestamp:
- Apr 20, 2026, 9:52:45 PM (6 days ago)
- File:
-
- 1 edited
-
trunk/Z80/InstructionSetGen.pas (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Z80/InstructionSetGen.pas
r7 r10 129 129 while Params <> '' do begin 130 130 ParamsPart := GetStringPart(Params, ','); 131 ParamType := StrToParamType(ParamsPart );131 ParamType := StrToParamType(ParamsPart, NameOnly); 132 132 if ParamType <> ptNone then 133 133 InfoParams := InfoParams + ', ' + GetEnumName(TypeInfo(TParamType), Integer(ParamType));
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/mzxemu/chrome/site/your_project_logo.png)