Changeset 112 for trunk/UBFTarget.pas


Ignore:
Timestamp:
May 17, 2019, 10:06:59 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Redraw output form content only if output instruction was used in interpretter mode.
  • Modified: Redraw memory form content only if memory was written in interpretter mode.
  • Fixed: Replace windows newlines by unix newlines in interpretter output under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UBFTarget.pas

    r96 r112  
    4747  public
    4848    MemorySize: Integer;
    49     MemoryMaxUsed: Integer;
     49    MemoryMaxUsedAddr: Integer;
    5050    CellSize: Integer;
    5151    Optimizations: TOptimizations;
Note: See TracChangeset for help on using the changeset viewer.