class Metasm::PowerPC::Reg
Attributes
i_to_s[RW]
s_to_i[RW]
Public Instance Methods
==(o)
click to toggle source
# File metasm/cpu/ppc/main.rb, line 18 def ==(o) o.class == self.class and (not respond_to?(:i) or o.i == i) end
render()
click to toggle source
# File metasm/cpu/ppc/main.rb, line 22 def render ; [self.class.i_to_s[@i]] ; end