Ignore:
Timestamp:
Oct 16, 2018, 11:03:59 AM (6 years ago)
Author:
chronos
Message:
  • Added: Show CPU tick count.
  • Added: Show IP register value.
  • Modified: Condition instructions store result to R1 register rather then to condition boolean variable.
  • Modified: Shorter InstructionWriter method names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virtcpu fixed int/UFormMain.lfm

    r164 r168  
    11object Form1: TForm1
    2   Left = 456
     2  Left = 385
    33  Height = 762
    4   Top = 163
     4  Top = 208
    55  Width = 1286
    66  Caption = 'Form1'
     
    8080    TabOrder = 4
    8181  end
     82  object LabelTicks: TLabel
     83    Left = 16
     84    Height = 20
     85    Top = 612
     86    Width = 35
     87    Caption = 'Ticks:'
     88    ParentColor = False
     89  end
    8290  object Timer1: TTimer
    8391    Interval = 500
Note: See TracChangeset for help on using the changeset viewer.