instr datatype
CodeArtifactThe `instr` datatype is an Isabelle abstract datatype used to model the assembler instruction set. Its constructors correspond to instruction mnemonics with operands, grouped into data transfer, arithmetic/logical, test, shift, control, and interrupt instructions.
WIKI
instr datatype
Overview
instr is an Isabelle abstract datatype defining the assembler instruction set in the cited microprocessor case study. The datatype uses operation mnemonics as datatype constructors, with each constructor carrying the operands for the corresponding assembler operation. The evidence presents instr as part of an assembler-level model used for instruction semantics and transition definitions. [C1]
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →