Class: Crabstone::PPC::Instruction

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

Instance Method Summary collapse

Instance Method Details

#operandsObject



84
85
86
# File 'lib/arch/ppc.rb', line 84

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