| auto | initiate OS autoboot sequence |
| boot | load and execute program |
| brk | set breakpoint |
| c | continue execution |
| cacheflush | flush instruction and data caches |
| call | call a client entry point and display returned value |
| cat | display files on console |
| cp | copy files |
| dbgmon | standalone program debugging monitor |
| debug | enter remote debugging mode |
| dis | disassemble contents of memory |
| dump | display contents of memory |
| disable, enable | enable and disable console devices |
| fill | fill memory with value |
| g | get and display contents of memory location |
| go | transfer control |
| goto | continue execution until instruction at address |
| help | display command syntax |
| init | initialize prom monitor |
| intro | general characteristics of the SPP prom monitor, standalone shell, debug monitor, and standalone library |
| load | download image via serial line |
| p | put the contents of a memory location |
| printenv | display prom environment variables |
| prom | general features of the prom monitor |
| quit | terminate debug monitor and return to prom monitor |
| s | single instruction execution, enters subprocedures S − single instruction execution, steps over subprocedures |
| sald | linker for standalone programs |
| sash | general description of the standalone shell |
| sload | download Motorola S-record images via a serial line |
| spin | diagnostic reference pattern generator |
| string | display memory as ASCII, null-terminated string |
| tlbdump | display contents of R2000 translation buffer |
| tlbflush | flush mappings from R2000 translation buffer |
| tlbmap | establish virtual to physical mapping in translation buffer |
| tlbpid | get or set current tlb process id |
| tlbptov | display tlb entries which map to a physical address |
| tlbvtop | search tlb for mapping of virtual address |
| unbrk | remove breakpoints |
| unsetenv | unset prom environment variable |
| warm | attempt to warm start current image |
| atob | convert ascii representation of integer to binary |
| badaddr | test if a memory location can be read |
| bcopy, bcmp, bzero, bstring | byte string operations |
| clear_cache | clear address range from instruction and data caches |
| clearseg | zero one page of memory |
| close | delete a descriptor |
| rexecve, execve | execute a file |
| exit | terminate a process after flushing any pending output |
| flush_cache | flush instruction and data caches |
| getchar, getc | get character from descriptor |
| getenv | value for environment name |
| gets | get a string from the console |
| inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet | Internet address manipulation routines |
| intro | introduction to the standalone library |
| ioctl | control device |
| isatty | indicate if descriptor refers to console device |
| lseek | move read/write pointer |
| nofault | fault handling for standalone programs |
| nuxi | routines to convert between little and big-endian byte order |
| open | open a file for reading or writing |
| parser | command parser |
| printf | formatted output conversion |
| name, proto | description |
| protocol | serial line protocol routines |
| putchar, putc | put character to descriptor |
| read | read input |
| sa_spl | enable write bus error interrupts |
| scandevs | scan devices |
| set_timer | schedule longjmp for time in future |
| longjmp, setjmp | non-local goto |
| show_fault | display information describing last fault |
| showchar | print character in visible form |
| strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, index, string | string operations |
| wbflush | wait until all R2000 memory writes have completed |
| write | write output |
| bfs | ethernet boot file server device |
| console | multiple device system console |
| dkip | Interphase SMD disk controller device |
| dksd | sable disk emulation device |
| filesys | general description of file system interface |
| intro | general characteristics of standalone device drivers |
| mem | memory pseudo-device |
| name, proto | description |
| tpqic | ISI QIC-02 1/4" cartridge tape driver |
| tty | Signetics 2681 uart driver or sable uart emulation driver |
| udp | UDP/IP, ARP protocols on top of CMC ENP-10 ethernet controller |