Class: Crabstone::XCore::Instruction

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/arch/xcore.rb

Instance Method Summary collapse

Instance Method Details

#operandsObject



72
73
74
# File 'lib/arch/xcore.rb', line 72

def operands
    self[:operands].take_while {|op| op[:type].nonzero?}
end