microprobe.target.isa.instruction_field.GenericInstructionField

class GenericInstructionField(fname, descr, fsize, fshow, fio, foperand)[source]

Bases: microprobe.target.isa.instruction_field.InstructionField

Instruction field generic class.

Parameters:
  • fname (str) – Field name.
  • fsize (int) – Field size in bits.
  • fshow (bool) – Assembly show flag.
  • fio (str) – Input/Output flag.
  • foperand (Operand instance) – Field operand.
__init__(fname, descr, fsize, fshow, fio, foperand)[source]
Parameters:
  • fname
  • descr
  • fsize
  • fshow
  • fio
  • foperand

Methods

__init__(fname, descr, fsize, fshow, fio, …)
param fname:

Attributes

default_io
default_operand
default_show
description
name
size



name
description
size
default_show
default_operand
default_io