Class: Wilson::FPURegister

Inherits:
SpecialRegister show all
Defined in:
lib/wilson.rb

Overview

FPURegister is an X86 fpureg, STx

Instance Attribute Summary

Attributes inherited from SpecialRegister

#id

Attributes inherited from Operand

#bits, #machine

Instance Method Summary collapse

Methods inherited from SpecialRegister

on_id, #special_register?

Methods inherited from Operand

#instructionFromMessage, #method_missing, on, #operand?

Constructor Details

#initialize(id = nil) ⇒ FPURegister

Returns a new instance of FPURegister.



1100
1101
1102
1103
# File 'lib/wilson.rb', line 1100

def initialize id = nil
  super()
  self.id = id
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wilson::Operand