Class: Crabstone::Sparc::Instruction

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

Instance Method Summary collapse

Instance Method Details

#operandsObject



73
74
75
# File 'lib/arch/sparc.rb', line 73

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