class Metasm::Sh4::RBANK

Constants

Sym

Attributes

i[RW]

Public Class Methods

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

Public Instance Methods

render() click to toggle source
# File metasm/cpu/sh4/main.rb, line 64
def render ; ["r#{@i}_bank"] end
symbolic() click to toggle source
# File metasm/cpu/sh4/main.rb, line 62
def symbolic ; Sym[@i] end