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