class Metasm::Sh4::GPR
general purpose reg
Constants
- Sym
Attributes
i[RW]
Public Class Methods
new(i)
click to toggle source
# File metasm/cpu/sh4/main.rb, line 48 def initialize(i); @i = i end
Public Instance Methods
render()
click to toggle source
# File metasm/cpu/sh4/main.rb, line 53 def render ; ["r#@i"] end
symbolic()
click to toggle source
# File metasm/cpu/sh4/main.rb, line 51 def symbolic ; Sym[@i] end