mirror of
https://github.com/aap/pdp6.git
synced 2026-02-12 02:57:41 +00:00
23 lines
675 B
Plaintext
23 lines
675 B
Plaintext
mkdev name type
|
|
creates a device and gives it a name
|
|
attach name path
|
|
attaches a file to a device
|
|
connectio name busdevname
|
|
connects a device to the IO bus of a processor
|
|
connectmem name procnum busdevname addr
|
|
connects a memory module to the memory bus of a processor
|
|
connectdev dev1name dev2name [args]
|
|
connects two devices in the appropriate way if possible
|
|
examine [-sm] address(range)
|
|
examines memory (s: shadow mode, m: mnemonic)
|
|
deposit [-sm] address(range) word
|
|
deposits word into memory (s: shadow mode, m: mnemonic)
|
|
load [-s] filename
|
|
loads file into memory (see source for which format)
|
|
show
|
|
shows device configuration
|
|
help
|
|
print help
|
|
quit
|
|
take a guess
|