Changeset 58 for branches/ByteArray/ByteArray.lpr
- Timestamp:
- Nov 23, 2023, 11:18:42 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ByteArray/ByteArray.lpr
r57 r58 9 9 {$ENDIF} 10 10 Interfaces, SysUtils,// this includes the LCL widgetset 11 Forms, Form Main, FormConsole, FormDevice, FormScreen, FormDisassembler,11 Forms, FormConsole, FormDevice, FormScreen, FormDisassembler, 12 12 FormAssembler, Cpu, BigInt, Channel, Common.Memory, FrameBuffer, Device, 13 13 Storage, DeviceMapper, Machine, Disassembler, Instructions, Parser, Message, … … 34 34 Application.Initialize; 35 35 Application.CreateForm(TCore, Core.Core); 36 Application.CreateForm(TFormMain, FormMain.FormMain);37 36 Application.Run; 38 37 end.
Note:
See TracChangeset
for help on using the changeset viewer.