Ignore:
Timestamp:
Aug 1, 2024, 11:47:03 PM (3 months ago)
Author:
chronos
Message:
  • Added: More instructions implemented.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bigint/Disassembler.pas

    r6 r7  
    5454          if InstructionInfo.Params[I] = ptIndirect then begin
    5555            InstText := InstText + '(' + IntToStr(Value) + ')';
     56          end else
     57          if InstructionInfo.Params[I] = ptIndirect2 then begin
     58            InstText := InstText + '((' + IntToStr(Value) + '))';
    5659          end else raise Exception.Create('Unsupported instruction parameter type');
    5760        end;
Note: See TracChangeset for help on using the changeset viewer.