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)Attributes
Return the assembly representation of this register.
Register description (
strinstance).Register name (
strinstance).Return the assembly representation of this register.
Register type (
RegisterTypeinstance).
- property type
Register type (
RegisterTypeinstance).
- property representation
Return the assembly representation of this register.
- property codification
Return the assembly representation of this register.