Changeset 52 for trunk/Forms/UFormCPU.pas
- Timestamp:
- Jul 26, 2012, 3:11:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCPU.pas
r38 r52 47 47 if MainForm.CurrentTarget is TTargetInterpretter then 48 48 with TTargetInterpretter(MainForm.CurrentTarget) do begin 49 LabelProgramPointer.Caption := IntToStr( SourcePosition);49 LabelProgramPointer.Caption := IntToStr(ProgramIndex); 50 50 LabelMemoryPointer.Caption := IntToStr(MemoryPosition); 51 51 LabelStepCounter.Caption := IntToStr(StepCount);
Note:
See TracChangeset
for help on using the changeset viewer.