lc3_ensemble::ast

Module sim

source
Expand description

This module is used for holding simulation instructions (SimInstr), which are instructions that directly map to bytecode.

For instructions that map to assembly source code (i.e., the text representation of assembly instructions), see asm::AsmInstr.

Enumsยง

  • An enum representing all of the possible instructions in LC-3 bytecode.