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ยง

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