Ignore:
Timestamp:
Apr 20, 2026, 11:55:57 PM (6 days ago)
Author:
chronos
Message:
  • Added: Show comments in disassembled addresses.
  • Fixed: Stepping in code.
  • Modified: Show more registers in CPU view.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormDisassembler.lfm

    r5 r11  
    3434      item
    3535        Caption = 'Parameters'
    36         Width = 691
     36        Width = 100
     37      end   
     38      item
     39        Caption = 'Comment'
     40        Width = 591
    3741      end>
    3842    OwnerData = True
     43    PopupMenu = PopupMenu1
    3944    ReadOnly = True
    4045    RowSelect = True
     
    4348    OnData = ListView1Data
    4449  end
     50  object PopupMenu1: TPopupMenu
     51    Left = 433
     52    Top = 343
     53    object MenuItemSetAddress: TMenuItem
     54      Caption = 'Set PC to address'
     55      OnClick = MenuItemSetAddressClick
     56    end
     57  end
    4558end
Note: See TracChangeset for help on using the changeset viewer.