Class: Fisk::Rel32

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



158
159
160
# File 'lib/fisk.rb', line 158

def type
  "rel32"
end