Module endbasic_std::program
source · Expand description
Stored program manipulation.
Structs§
- The
DISASM
command. - The
EDIT
command. - The
KILL
command. - The
LIST
command. - The
LOAD
command. - The
NEW
command. - The
RUN
command. - The
SAVE
command.
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
program
to themachine
, usingconsole
for interactive editing and usingstorage
as the on-disk storage for the programs. - If the
program
is dirty, asks if it’s OK to continue onconsole
and discard its changes.