Module: Crabstone::Extension::Instruction
- Included in:
- ARM64::Instruction, ARM::Instruction, BPF::Instruction, M680X::Instruction, M68K::Instruction, MIPS::Instruction, MOS65XX::Instruction, PPC::Instruction, RISCV::Instruction, SH::Instruction, Sparc::Instruction, SysZ::Instruction, TMS320C64X::Instruction, TRICORE::Instruction, WASM::Instruction, X86::Instruction, XCore::Instruction
- Defined in:
- lib/crabstone/arch/extension.rb
Overview
For class Instruction.
Instance Method Summary collapse
Instance Method Details
#operands ⇒ Object
23 24 25 |
# File 'lib/crabstone/arch/extension.rb', line 23 def operands self[:operands].take_while { |op| op[:type] != OP_INVALID } end |