microprobe.target.isa.register.Register
- class Register[source]
Bases:
ABC
Abstract class to represent an architecture register.
Methods
__init__
()Return the assembly representation of this register.
Return the assembly representation of this register.
Attributes
Register description (
str
instance).Register name (
str
instance).Register type (
RegisterType
instance).
- property type: RegisterType
Register type (
RegisterType
instance).