microprobe.target.isa.instruction_field.InstructionField

class InstructionField[source]

Bases: ABC

Abstract class to represent an instruction field

__init__()[source]

Methods

__init__()

Attributes

default_io

default_operand

default_show

description

name

size




property name: str
property description: str
property size: int
property default_show: bool
property default_io: str
property default_operand: Operand