microprobe.target.isa.register.Register
- class Register[source]
Bases:
ABCAbstract 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 (
strinstance).Register name (
strinstance).Register type (
RegisterTypeinstance).
- property type: RegisterType
Register type (
RegisterTypeinstance).