Class: Crabstone::SysZ::Instruction

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

Instance Method Summary collapse

Instance Method Details

#operandsObject



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

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