Changeset 59 for branches/ByteArray/Forms/FormSourceEditor.pas
- Timestamp:
- Nov 25, 2023, 11:47:52 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ByteArray/Forms/FormSourceEditor.pas
r58 r59 121 121 AStop.Execute; 122 122 with Assembler do begin 123 DataWidth := Machine.Cpu.DataWidth; 124 AddressWidth := Machine.Cpu.AddressWidth; 123 125 Compile(FormAssembler.SynEdit1.Lines.Text); 124 126 Memory.SaveToFile('compiled.bin');
Note:
See TracChangeset
for help on using the changeset viewer.