Changeset 6 for trunk/Core.lfm


Ignore:
Timestamp:
Apr 19, 2026, 10:45:05 AM (8 days ago)
Author:
chronos
Message:
  • Modified: Execute instructions from array of methods instead of big case statement.
  • Added: Check which instructions are missing in InstructionInfo.
  • Added: Instruction generator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.lfm

    r5 r6  
    9696      OnExecute = AViewMessagesExecute
    9797    end
     98    object AInstructionSetGen: TAction
     99      Category = 'Tools'
     100      Caption = 'Generate instruction set'
     101      OnExecute = AInstructionSetGenExecute
     102    end
    98103  end
    99104  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.