Class: Fisk::Imm32

Inherits:
Operand
  • Object
show all
Defined in:
lib/fisk.rb

Instance Attribute Summary

Attributes inherited from Operand

#value

Instance Method Summary collapse

Methods inherited from Operand

#unknown_label?, #works?

Instance Method Details

#typeObject



62
63
64
# File 'lib/fisk.rb', line 62

def type
  "imm32"
end