Class: Fisk::Rel32
- Inherits:
-
Relative
- Object
- Operand
- ValueOperand
- Relative
- Fisk::Rel32
- Defined in:
- lib/fisk.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from ValueOperand
Instance Method Summary collapse
Methods inherited from ValueOperand
Methods inherited from Operand
#op_value, #rex_value, #works?
Methods included from OperandPredicates
#absolute_location?, #extended_register?, #immediate?, #memory?, #register?, #rip?, #temp_register?, #unresolved?
Constructor Details
This class inherits a constructor from Fisk::ValueOperand
Instance Method Details
#type ⇒ Object
319 320 321 |
# File 'lib/fisk.rb', line 319 def type "rel32" end |