class Metasm::Sh4::XFR

Single-precision floating-point extended registers

Constants

Sym

Attributes

i[RW]

Public Class Methods

new(i) click to toggle source
# File metasm/cpu/sh4/main.rb, line 119
def initialize(i); @i = i end

Public Instance Methods

render() click to toggle source
# File metasm/cpu/sh4/main.rb, line 124
def render ; ["xf#@i"] end
symbolic(di=nil) click to toggle source
# File metasm/cpu/sh4/main.rb, line 122
def symbolic(di=nil) ; Sym[@i] end