Ignore:
Timestamp:
Oct 14, 2020, 7:51:40 PM (4 years ago)
Author:
chronos
Message:
  • Added: Support for indirect instruction parameters used mailny for LD, ST, IN and OUT.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CpuSingleSize/UParser.pas

    r217 r218  
    8787function TParser.IsSpecialSymbol(C: Char): Boolean;
    8888begin
    89   Result := (C = ':') or (C = ',');
     89  Result := (C = ':') or (C = ',') or (C = '(') or (C = ')');
    9090end;
    9191
Note: See TracChangeset for help on using the changeset viewer.