| Command | Input | Output | Description | 
|---|---|---|---|
| cmdlist | Dynaically generate a listing of all commands in the command parser. | ||
| exit | 
              Quit the program. Commands "exit" and "q" are synonymous.  | 
          ||
| help help <c>  | 
            
              "help" displays basic help on the program. "help <command>" for help on one command Some commands do not have help.  | 
          ||
| log logoff  | 
            The command 'log' starts a terminal log session. The filenames are sequential as follows: out/out001.txt, out/out002.txt, out/out003.txt ... the folder 'out' must exist in the working directory. Logging is stopped with the 'logoff' command. | ||
| mmode | 
              Set or View mmode (Math Mode) See Configuration  | 
          ||
| quit | 
	             Quit the program. Commands "exit" and "q" are synonymous.  | 
          ||
| version | Shows program version. | 
The command "cmdlist" will automatically extract a list of all text commands from the program command parser. Within the program, the "help <command> function can be combined with a text <command> to view detail information on any specific command. Example: "help print".
External to the program, these help pages are available from the github repositiory at: https://cotarr.github.io/calc-pi-arm64-asm/