microprobe.target.isa.instruction_field.InstructionField

class InstructionField[source]

Bases: ABC

Abstract class to represent an instruction field

abstract __init__()[source]

Methods

__init__()

Attributes

default_io

default_operand

default_show

description

name

size




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