Class Hcs12DisassembleCommand

  • All Implemented Interfaces:
    Command

    public class Hcs12DisassembleCommand
    extends DisassembleCommand
    Command object for performing HCS12/XGate disassembly
    • Constructor Detail

      • Hcs12DisassembleCommand

        public Hcs12DisassembleCommand​(AddressSetView startSet,
                                       AddressSetView restrictedSet,
                                       boolean xgMode)
        Constructor for Hcs12DisassembleCommand.
        Parameters:
        startSet - set of addresses to be the start of a disassembly. The Command object will attempt to start a disassembly at each address in this set.
        restrictedSet - addresses that can be disassembled. a null set implies no restrictions
        xgMode - pass true if the disassembling in XGATE Mode
      • Hcs12DisassembleCommand

        public Hcs12DisassembleCommand​(Address start,
                                       AddressSetView restrictedSet,
                                       boolean xgMode)
        Constructor for DisassembleCommand.
        Parameters:
        startSet - set of addresses to be the start of a disassembly. The Command object will attempt to start a disassembly at each address in this set.
        restrictedSet - addresses that can be disassembled. a null set implies no restrictions
        xgMode - pass true if the disassembling in XGATE Mode