Ignore:
Timestamp:
Jul 15, 2023, 12:51:15 AM (16 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
  • Fixed: Memory leaks.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/CpuSingleSize/Disassembler.pas

    r237 r238  
    1 unit UDisassembler;
     1unit Disassembler;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, UCpu, UInstructions, StrUtils, UMemory;
     6  Classes, SysUtils, Cpu, Instructions, StrUtils, Memory;
    77
    88type
Note: See TracChangeset for help on using the changeset viewer.