Changeset 238 for branches/CpuSingleSize/Instructions.pas
- Timestamp:
- Jul 15, 2023, 12:51:15 AM (16 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/CpuSingleSize/Instructions.pas
r237 r238 1 unit UInstructions;1 unit Instructions; 2 2 3 3 interface 4 4 5 5 uses 6 Classes, SysUtils, Generics.Collections, UCpu;6 Classes, SysUtils, Generics.Collections, Cpu; 7 7 8 8 type
Note:
See TracChangeset
for help on using the changeset viewer.