Module lc3_ensemble::sim::frame

source ·
Expand description

The frame stack and call frame management.

This module exposes:

  • FrameStack: The frame stack used by the Simulator.
  • Frame: All the data from a given frame.
  • ParameterList: An enum which defines the signature of a subroutine or trap.

Structs§

  • A frame entry, which defines all the known information about a frame.
  • The stack of call frames.

Enums§

  • Where this frame came from.
  • A list of parameters, used to define the signature of a subroutine or trap.