Class: Crabstone::X86::Instruction
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Crabstone::X86::Instruction
- Defined in:
- lib/arch/x86.rb
Instance Method Summary collapse
Instance Method Details
#operands ⇒ Object
101 102 103 |
# File 'lib/arch/x86.rb', line 101 def operands self[:operands].first self[:op_count] end |