microprobe.target.isa.register.Register¶
-
class
Register[source]¶ Bases:
objectAbstract class to represent an architecture register.
Methods
__init__()codification()Return the assembly representation of this register. representation()Return the assembly representation of this register. Attributes
descriptionRegister description ( strinstance).nameRegister name ( strinstance).typeRegister type ( RegisterTypeinstance).
-
type¶ Register type (
RegisterTypeinstance).
-