Module endbasic_std::program
source · Expand description
Stored program manipulation.
Structs§
- The
DISASMcommand. - The
EDITcommand. - The
KILLcommand. - The
LISTcommand. - The
LOADcommand. - The
NEWcommand. - The
RUNcommand. - The
SAVEcommand.
Constants§
- Message to print on the console when receiving a break signal.
Traits§
- Representation of the single program that we can keep in memory.
Functions§
- Adds all program editing commands against the stored
programto themachine, usingconsolefor interactive editing and usingstorageas the on-disk storage for the programs. - If the
programis dirty, asks if it’s OK to continue onconsoleand discard its changes.