Ignore:
Timestamp:
Jul 26, 2012, 3:11:08 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Optimization functions moved to shared place in TTarget.
  • Modified: Text source is loaded to program source array of brainfuck commands for better processing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCPU.pas

    r38 r52  
    4747  if MainForm.CurrentTarget is TTargetInterpretter then
    4848  with TTargetInterpretter(MainForm.CurrentTarget) do begin
    49     LabelProgramPointer.Caption := IntToStr(SourcePosition);
     49    LabelProgramPointer.Caption := IntToStr(ProgramIndex);
    5050    LabelMemoryPointer.Caption := IntToStr(MemoryPosition);
    5151    LabelStepCounter.Caption := IntToStr(StepCount);
Note: See TracChangeset for help on using the changeset viewer.