Class: Fisk::M
Instance Attribute Summary
Attributes inherited from Memory
Instance Method Summary collapse
Methods inherited from Memory
#+, #extended_register?, #initialize, #memory?, #rex_value, #value
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::Memory
Instance Method Details
#type ⇒ Object
274 275 276 |
# File 'lib/fisk.rb', line 274 def type "m" end |