Module lc3_ensemble::ast::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 code, see asm::AsmInstr.
Enums§
- An enum representing all of the possible instructions in LC-3 bytecode.