Module cambridge_asm::exec

source ·

Modules

Structs

  • Tracks state of the registers and memory during execution
  • Struct to store original labels of shuffled addresses
  • Runtime representation of an instruction
  • Executes a program
  • For platform independent I/O
  • Struct providing random-access memory (RAM)
  • Stores original source code during execution

Enums

  • Represents all possible runtime errors
  • Shows execution status

Type Aliases