class Metasm::OpenRisc::FpReg
Attributes
v[RW]
Public Class Methods
new(v)
click to toggle source
# File metasm/cpu/openrisc/main.rb, line 29 def initialize(v) @v = v end
Public Instance Methods
render()
click to toggle source
# File metasm/cpu/openrisc/render.rb, line 19 def render ; ["f#@v"] end
symbolic(di=nil)
click to toggle source
# File metasm/cpu/openrisc/main.rb, line 33 def symbolic(di=nil) ; "f#@v".to_sym ; end