Module: Crabstone::Extension::Instruction

Overview

For class Instruction.

Instance Method Summary collapse

Instance Method Details

#operandsObject



23
24
25
# File 'lib/crabstone/arch/extension.rb', line 23

def operands
  self[:operands].take_while { |op| op[:type] != OP_INVALID }
end