microprobe.target.isa.register.Register

class Register[source]

Bases: object

Abstract class to represent an architecture register.

__init__()[source]

Methods

__init__()
codification() Return the assembly representation of this register.
representation() Return the assembly representation of this register.

Attributes

description Register description (str instance).
name Register name (str instance).
type Register type (RegisterType instance).



type

Register type (RegisterType instance).

name

Register name (str instance).

description

Register description (str instance).

representation()[source]

Return the assembly representation of this register.

codification()[source]

Return the assembly representation of this register.