Changeset 5 for trunk/UMainForm.pas


Ignore:
Timestamp:
Feb 9, 2012, 2:51:41 PM (12 years ago)
Author:
chronos
Message:
  • Added: BrainFuck code examples.
  • Added: View of data memory in interpretter.
  • Added: Show execution information in interpretter form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.pas

    r4 r5  
    8989procedure TMainForm.FormShow(Sender: TObject);
    9090begin
    91   UpdateInterface;
     91  AProjectNew.Execute;
    9292end;
    9393
     
    129129  BrainFuckInterpreter.Source := MemoSource.Lines.Text;
    130130  BrainFuckInterpreter.Run;
    131   InterpreterForm.MemoOutput.Lines.Text := BrainFuckInterpreter.Output;
    132131end;
    133132
Note: See TracChangeset for help on using the changeset viewer.