Class: Fisk::MOffs64

Inherits:
ValueOperand show all
Defined in:
lib/fisk.rb

Instance Attribute Summary

Attributes inherited from ValueOperand

#value

Instance Method Summary collapse

Methods inherited from ValueOperand

#initialize

Methods inherited from Operand

#extended_register?, #m64?, #op_value, #register?, #rex_value, #temp_register?, #unknown_label?, #works?

Constructor Details

This class inherits a constructor from Fisk::ValueOperand

Instance Method Details

#typeObject



164
165
166
# File 'lib/fisk.rb', line 164

def type
  "moffs64"
end