microprobe.target.isa.register.GenericRegister
- class GenericRegister(name: str, descr: str, rtype: RegisterType, rrepr, rcodi)[source]
-
A Generic architected register
- __init__(name: str, descr: str, rtype: RegisterType, rrepr, rcodi)[source]
- Parameters:
name
descr
rtype
rrepr
Methods
__init__
(name, descr, rtype, rrepr, rcodi)- param name:
Attributes
Return the assembly representation of this register.
Register description (
str
instance).Register name (
str
instance).Return the assembly representation of this register.
Register type (
RegisterType
instance).
- property type
Register type (
RegisterType
instance).
- property representation
Return the assembly representation of this register.
- property codification
Return the assembly representation of this register.