module Crabstone::Extension::Instruction

For +class Instruction+.

Public Instance Methods

operands() click to toggle source
# File lib/crabstone/arch/extension.rb, line 22
def operands
  self[:operands].take_while { |op| op[:type] != OP_INVALID }
end