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.lfm

    r50 r56  
    133133      Caption = 'Run'
    134134      OnExecute = ARunExecute
     135      ShortCut = 120
    135136    end
    136137    object ACompile: TAction
    137138      Caption = 'Compile'
    138139      OnExecute = ACompileExecute
     140      ShortCut = 16504
    139141    end
    140142    object ARunToCursor: TAction
    141143      Caption = 'Run to cursor'
     144      ShortCut = 115
    142145    end
    143146    object AStepIn: TAction
    144147      Caption = 'Step in'
     148      ShortCut = 118
    145149    end
    146150    object AStepOut: TAction
    147151      Caption = 'Step out'
     152      ShortCut = 8311
    148153    end
    149154    object AStepOver: TAction
    150155      Caption = 'Step over'
     156      ShortCut = 119
    151157    end
    152158    object APause: TAction
     
    156162      Caption = 'Stop'
    157163      OnExecute = AStopExecute
     164      ShortCut = 16497
    158165    end
    159166  end
Note: See TracChangeset for help on using the changeset viewer.