Ignore:
Timestamp:
Nov 22, 2023, 11:37:44 PM (6 months ago)
Author:
chronos
Message:
  • Fixed: Assembler to parse correctly register names and numeric values.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Forms/FormSourceEditor.pas

    r50 r56  
    113113  with Assembler do begin
    114114    Compile(FormAssembler.SynEdit1.Lines.Text);
    115     //Memory.SaveToFile('compiled.bin');
     115    Memory.SaveToFile('compiled.bin');
    116116    CompiledProgram.Assign(Memory);
    117117    Machine.Memory.Position := 0;
    118118    Machine.Memory.WriteMemoryPos(CompiledProgram);
     119    FormMessages.Messages := Messages;
    119120  end;
    120121  if FormMessages.Visible then
Note: See TracChangeset for help on using the changeset viewer.