Ignore:
Timestamp:
Oct 14, 2020, 8:04:25 PM (4 years ago)
Author:
chronos
Message:
  • Added: New LDI and STI instruction for indexed access to memory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CpuSingleSize/UParser.pas

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