Class: Crabstone::SysZ::Instruction
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Crabstone::SysZ::Instruction
- Defined in:
- lib/arch/systemz.rb
Instance Method Summary collapse
Instance Method Details
#operands ⇒ Object
73 74 75 |
# File 'lib/arch/systemz.rb', line 73 def operands self[:operands].take_while {|op| op[:type].nonzero?} end |