/*
 *
 * stdstat  Version 0.0  11MAY83
 *
 * Status subtree for *most* 8 bit emulators. This subtree may also work
 * for future processors to be supported as well.
 *
 */

/*
 * TNIX/Unix/VMS Version
 * Keyshell Version Number 1
 */

stdstat
{
>
>\kregisters\e - Shows register contents.
>
>\kmode\e - Shows current emulation mode (0, 1 or 2).
>
>\kmemory\e - Shows memory partitioning, emulator and program loaded.
>
>\kbreaks\e - Shows emulator breakpoints.
>
>\kall\e - Show all of the above.
			f1;registers; msg (^Displaying register contents...),
				cmd (^ds), exec, msg(^), cmd (^);
			f2;mode; msg (^Displaying emulation mode...),
				cmd (^em), exec, msg (^), cmd (^);
			f3;memory; msg (^Displaying memory status...),
				cmd (^map; stat), exec, msg(^), cmd (^);
			f4;breaks; msg (^Displaying breakpoint status...),
				cmd (^tra; bk), exec, msg (^), cmd (^);
			f5;all; msg (^Displaying emulator status...),
				cmd (^em; ds; map; tra; bk), exec,
				msg (^), cmd (^);
			f8;done; cmd (^), msg (^), break;
}
