microprobe.target.isa.register.Register¶
- class Register[source]¶
Bases:
objectAbstract 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).
- abstract property type¶
Register type (
RegisterTypeinstance).