Home » Personal collection » Acorn ADFS disks » Greaseweazled » dfs_box04_disk02b_eug_scripts.adf » SHIP64/ADTTXT
SHIP64/ADTTXT
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn ADFS disks » Greaseweazled » dfs_box04_disk02b_eug_scripts.adf |
Filename: | SHIP64/ADTTXT |
Read OK: | ✔ |
File size: | 0E71 bytes |
Load address: | 10D6576 |
Exec address: | 0000 |
File contents
Advanced Disc Toolkit Manual Introduction ADT is a utility Rom designed to be used in a BBC computer or Acorn Electron fitted with the Disc Filing System, DFS or the Advanced Disc Filing System, ADFS. It increases the computing power of the machine by adding new commands to the machine's operating system, MOS. These commands are instantly accessible from inside a program or typed in from the keyboard. 22 of the commands are disc utilities which use one of the Acorn disc filing systems. The other commands are general utilities which can be used in any filing system, such as a TAPE machine without a disc interface. ADT has five utilities which are also in DFS. These are BACKUP, BUILD, DUMP, LIST and TYPE. These are in ADT for machines which only have ADFS as a disc filing system. This is because the ADFS does not have these utilities in Rom, they are supplied as utilities on disc. For information on the disc filing system, refer to the filing system's disc user guide. ADT Commands Type *HELP ADT This shows a list of all the commands. Their parameters are shown in brackets after the commands. A parameter is a name, number, address or a letter which the command needs to operate correctly. Some parameters are optional, meaning the command will supply its own number or address. Optional parameters are shown in round brackets, eg. (<start>), (<rom>), (<drive>), etc. If a command is typed in with a parameter missing, a message will be displayed showing the correct syntax for the command, eg. SYNTAX : MOVE <start> <end> <dest> (<rom>). To avoid command names conflicting with other Roms, ADT commands can be preceeded with the letter A, eg. *AMENU is the same as *MENU and *AFORM is the same as *FORM. For instance, DFS and ADT both have utilities *DUMP. If you wanted to be sure of using the *DUMP in ADT then you could use *ADUMP. Commands can be abbreviated by adding a full stop to the abbreviated name, so long as the name remains unique to ADT and other MOS commands, eg. *XF. is the same as *XFER and *UN. is the same as *UNPLUG. *KEY is a MOS command and *KEYL is an ADT command. *KEYL cannot be abbreviated because it could be interpreted as *KEY by the MOS. ADT commands will be accepted in both upper and lower case. Command Summary *BACKUP - copy one disc onto another *BFIND - search a BASIC program for a string *BUILD - create a text file *CATALL - list filenames from the current directory *DCOMP - compare two discs *DEX - disc sector editor *DFIND - search a disc for a string *DIRALL - list directories from the current directory *DUMP - display the contents of a file *ENVELOPE - list the envelope definitions *FCOMP - compare two files *FCOPY - creates a copy of a file *FORM - initialise a new disc for reading and writing *FREE - display the amount of free space on a disc *FSN - identify the current filing system *KEYL - list the function key definitions *LIST - list a text file with line numbers *MAP - display a map of the free space on a disc *MDUMP - display the contents of memory *MENU - select a program from a menu for execution *MEX - memory editor *MFIND - search memory for a string *MLOAD - load a program to a specific address *MOVE - move a block of memory *MRUN - run a program at a specific address *ROMS - catalogue the sideways Rom sockets *SECTORS - read or write sectors onto a disc *SETADR - change a file's load and execution addresses *SPT - changes the default sectors per track *SWAP - swaps catalogues on a dual catalogue disc *TYPE - list a text file without line numbers *UNPLUG - turn off a Rom *VERIFY - verify a disc for legibility *XFER - transfer files between two filing systems
00000000 41 64 76 61 6e 63 65 64 20 44 69 73 63 20 54 6f |Advanced Disc To| 00000010 6f 6c 6b 69 74 20 4d 61 6e 75 61 6c 0d 0d 49 6e |olkit Manual..In| 00000020 74 72 6f 64 75 63 74 69 6f 6e 0d 0d 41 44 54 20 |troduction..ADT | 00000030 69 73 20 61 20 75 74 69 6c 69 74 79 20 52 6f 6d |is a utility Rom| 00000040 20 64 65 73 69 67 6e 65 64 20 74 6f 20 62 65 20 | designed to be | 00000050 75 73 65 64 20 69 6e 20 61 20 42 42 43 20 63 6f |used in a BBC co| 00000060 6d 70 75 74 65 72 20 6f 72 20 41 63 6f 72 6e 0d |mputer or Acorn.| 00000070 45 6c 65 63 74 72 6f 6e 20 66 69 74 74 65 64 20 |Electron fitted | 00000080 77 69 74 68 20 74 68 65 20 44 69 73 63 20 46 69 |with the Disc Fi| 00000090 6c 69 6e 67 20 53 79 73 74 65 6d 2c 20 44 46 53 |ling System, DFS| 000000a0 20 6f 72 20 74 68 65 20 41 64 76 61 6e 63 65 64 | or the Advanced| 000000b0 20 44 69 73 63 0d 46 69 6c 69 6e 67 20 53 79 73 | Disc.Filing Sys| 000000c0 74 65 6d 2c 20 41 44 46 53 2e 0d 0d 49 74 20 69 |tem, ADFS...It i| 000000d0 6e 63 72 65 61 73 65 73 20 74 68 65 20 63 6f 6d |ncreases the com| 000000e0 70 75 74 69 6e 67 20 70 6f 77 65 72 20 6f 66 20 |puting power of | 000000f0 74 68 65 20 6d 61 63 68 69 6e 65 20 62 79 20 61 |the machine by a| 00000100 64 64 69 6e 67 20 6e 65 77 20 63 6f 6d 6d 61 6e |dding new comman| 00000110 64 73 20 74 6f 0d 74 68 65 20 6d 61 63 68 69 6e |ds to.the machin| 00000120 65 27 73 20 6f 70 65 72 61 74 69 6e 67 20 73 79 |e's operating sy| 00000130 73 74 65 6d 2c 20 4d 4f 53 2e 20 54 68 65 73 65 |stem, MOS. These| 00000140 20 63 6f 6d 6d 61 6e 64 73 20 61 72 65 20 69 6e | commands are in| 00000150 73 74 61 6e 74 6c 79 0d 61 63 63 65 73 73 69 62 |stantly.accessib| 00000160 6c 65 20 66 72 6f 6d 20 69 6e 73 69 64 65 20 61 |le from inside a| 00000170 20 70 72 6f 67 72 61 6d 20 6f 72 20 74 79 70 65 | program or type| 00000180 64 20 69 6e 20 66 72 6f 6d 20 74 68 65 20 6b 65 |d in from the ke| 00000190 79 62 6f 61 72 64 2e 0d 0d 32 32 20 6f 66 20 74 |yboard...22 of t| 000001a0 68 65 20 63 6f 6d 6d 61 6e 64 73 20 61 72 65 20 |he commands are | 000001b0 64 69 73 63 20 75 74 69 6c 69 74 69 65 73 20 77 |disc utilities w| 000001c0 68 69 63 68 20 75 73 65 20 6f 6e 65 20 6f 66 20 |hich use one of | 000001d0 74 68 65 20 41 63 6f 72 6e 20 64 69 73 63 0d 66 |the Acorn disc.f| 000001e0 69 6c 69 6e 67 20 73 79 73 74 65 6d 73 2e 20 54 |iling systems. T| 000001f0 68 65 20 6f 74 68 65 72 20 63 6f 6d 6d 61 6e 64 |he other command| 00000200 73 20 61 72 65 20 67 65 6e 65 72 61 6c 20 75 74 |s are general ut| 00000210 69 6c 69 74 69 65 73 20 77 68 69 63 68 20 63 61 |ilities which ca| 00000220 6e 20 62 65 20 75 73 65 64 0d 69 6e 20 61 6e 79 |n be used.in any| 00000230 20 66 69 6c 69 6e 67 20 73 79 73 74 65 6d 2c 20 | filing system, | 00000240 73 75 63 68 20 61 73 20 61 20 54 41 50 45 20 6d |such as a TAPE m| 00000250 61 63 68 69 6e 65 20 77 69 74 68 6f 75 74 20 61 |achine without a| 00000260 20 64 69 73 63 20 69 6e 74 65 72 66 61 63 65 2e | disc interface.| 00000270 0d 0d 41 44 54 20 68 61 73 20 66 69 76 65 20 75 |..ADT has five u| 00000280 74 69 6c 69 74 69 65 73 20 77 68 69 63 68 20 61 |tilities which a| 00000290 72 65 20 61 6c 73 6f 20 69 6e 20 44 46 53 2e 20 |re also in DFS. | 000002a0 54 68 65 73 65 20 61 72 65 20 42 41 43 4b 55 50 |These are BACKUP| 000002b0 2c 20 42 55 49 4c 44 2c 0d 44 55 4d 50 2c 20 4c |, BUILD,.DUMP, L| 000002c0 49 53 54 20 61 6e 64 20 54 59 50 45 2e 20 54 68 |IST and TYPE. Th| 000002d0 65 73 65 20 61 72 65 20 69 6e 20 41 44 54 20 66 |ese are in ADT f| 000002e0 6f 72 20 6d 61 63 68 69 6e 65 73 20 77 68 69 63 |or machines whic| 000002f0 68 20 6f 6e 6c 79 20 68 61 76 65 20 41 44 46 53 |h only have ADFS| 00000300 20 61 73 0d 61 20 64 69 73 63 20 66 69 6c 69 6e | as.a disc filin| 00000310 67 20 73 79 73 74 65 6d 2e 20 54 68 69 73 20 69 |g system. This i| 00000320 73 20 62 65 63 61 75 73 65 20 74 68 65 20 41 44 |s because the AD| 00000330 46 53 20 64 6f 65 73 20 6e 6f 74 20 68 61 76 65 |FS does not have| 00000340 20 74 68 65 73 65 0d 75 74 69 6c 69 74 69 65 73 | these.utilities| 00000350 20 69 6e 20 52 6f 6d 2c 20 74 68 65 79 20 61 72 | in Rom, they ar| 00000360 65 20 73 75 70 70 6c 69 65 64 20 61 73 20 75 74 |e supplied as ut| 00000370 69 6c 69 74 69 65 73 20 6f 6e 20 64 69 73 63 2e |ilities on disc.| 00000380 0d 0d 46 6f 72 20 69 6e 66 6f 72 6d 61 74 69 6f |..For informatio| 00000390 6e 20 6f 6e 20 74 68 65 20 64 69 73 63 20 66 69 |n on the disc fi| 000003a0 6c 69 6e 67 20 73 79 73 74 65 6d 2c 20 72 65 66 |ling system, ref| 000003b0 65 72 20 74 6f 20 74 68 65 20 66 69 6c 69 6e 67 |er to the filing| 000003c0 20 73 79 73 74 65 6d 27 73 0d 64 69 73 63 20 75 | system's.disc u| 000003d0 73 65 72 20 67 75 69 64 65 2e 0d 0d 41 44 54 20 |ser guide...ADT | 000003e0 43 6f 6d 6d 61 6e 64 73 0d 0d 54 79 70 65 20 2a |Commands..Type *| 000003f0 48 45 4c 50 20 41 44 54 0d 0d 54 68 69 73 20 73 |HELP ADT..This s| 00000400 68 6f 77 73 20 61 20 6c 69 73 74 20 6f 66 20 61 |hows a list of a| 00000410 6c 6c 20 74 68 65 20 63 6f 6d 6d 61 6e 64 73 2e |ll the commands.| 00000420 20 54 68 65 69 72 20 70 61 72 61 6d 65 74 65 72 | Their parameter| 00000430 73 20 61 72 65 20 73 68 6f 77 6e 20 69 6e 0d 62 |s are shown in.b| 00000440 72 61 63 6b 65 74 73 20 61 66 74 65 72 20 74 68 |rackets after th| 00000450 65 20 63 6f 6d 6d 61 6e 64 73 2e 20 41 20 70 61 |e commands. A pa| 00000460 72 61 6d 65 74 65 72 20 69 73 20 61 20 6e 61 6d |rameter is a nam| 00000470 65 2c 20 6e 75 6d 62 65 72 2c 20 61 64 64 72 65 |e, number, addre| 00000480 73 73 20 6f 72 20 61 0d 6c 65 74 74 65 72 20 77 |ss or a.letter w| 00000490 68 69 63 68 20 74 68 65 20 63 6f 6d 6d 61 6e 64 |hich the command| 000004a0 20 6e 65 65 64 73 20 74 6f 20 6f 70 65 72 61 74 | needs to operat| 000004b0 65 20 63 6f 72 72 65 63 74 6c 79 2e 20 53 6f 6d |e correctly. Som| 000004c0 65 20 70 61 72 61 6d 65 74 65 72 73 20 61 72 65 |e parameters are| 000004d0 0d 6f 70 74 69 6f 6e 61 6c 2c 20 6d 65 61 6e 69 |.optional, meani| 000004e0 6e 67 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 77 |ng the command w| 000004f0 69 6c 6c 20 73 75 70 70 6c 79 20 69 74 73 20 6f |ill supply its o| 00000500 77 6e 20 6e 75 6d 62 65 72 20 6f 72 20 61 64 64 |wn number or add| 00000510 72 65 73 73 2e 0d 4f 70 74 69 6f 6e 61 6c 20 70 |ress..Optional p| 00000520 61 72 61 6d 65 74 65 72 73 20 61 72 65 20 73 68 |arameters are sh| 00000530 6f 77 6e 20 69 6e 20 72 6f 75 6e 64 20 62 72 61 |own in round bra| 00000540 63 6b 65 74 73 2c 20 65 67 2e 20 28 3c 73 74 61 |ckets, eg. (<sta| 00000550 72 74 3e 29 2c 20 28 3c 72 6f 6d 3e 29 2c 0d 28 |rt>), (<rom>),.(| 00000560 3c 64 72 69 76 65 3e 29 2c 20 65 74 63 2e 0d 0d |<drive>), etc...| 00000570 49 66 20 61 20 63 6f 6d 6d 61 6e 64 20 69 73 20 |If a command is | 00000580 74 79 70 65 64 20 69 6e 20 77 69 74 68 20 61 20 |typed in with a | 00000590 70 61 72 61 6d 65 74 65 72 20 6d 69 73 73 69 6e |parameter missin| 000005a0 67 2c 20 61 20 6d 65 73 73 61 67 65 20 77 69 6c |g, a message wil| 000005b0 6c 20 62 65 0d 64 69 73 70 6c 61 79 65 64 20 73 |l be.displayed s| 000005c0 68 6f 77 69 6e 67 20 74 68 65 20 63 6f 72 72 65 |howing the corre| 000005d0 63 74 20 73 79 6e 74 61 78 20 66 6f 72 20 74 68 |ct syntax for th| 000005e0 65 20 63 6f 6d 6d 61 6e 64 2c 20 65 67 2e 0d 53 |e command, eg..S| 000005f0 59 4e 54 41 58 20 3a 20 4d 4f 56 45 20 3c 73 74 |YNTAX : MOVE <st| 00000600 61 72 74 3e 20 3c 65 6e 64 3e 20 3c 64 65 73 74 |art> <end> <dest| 00000610 3e 20 28 3c 72 6f 6d 3e 29 2e 0d 0d 54 6f 20 61 |> (<rom>)...To a| 00000620 76 6f 69 64 20 63 6f 6d 6d 61 6e 64 20 6e 61 6d |void command nam| 00000630 65 73 20 63 6f 6e 66 6c 69 63 74 69 6e 67 20 77 |es conflicting w| 00000640 69 74 68 20 6f 74 68 65 72 20 52 6f 6d 73 2c 20 |ith other Roms, | 00000650 41 44 54 20 63 6f 6d 6d 61 6e 64 73 20 63 61 6e |ADT commands can| 00000660 20 62 65 0d 70 72 65 63 65 65 64 65 64 20 77 69 | be.preceeded wi| 00000670 74 68 20 74 68 65 20 6c 65 74 74 65 72 20 41 2c |th the letter A,| 00000680 20 65 67 2e 20 2a 41 4d 45 4e 55 20 69 73 20 74 | eg. *AMENU is t| 00000690 68 65 20 73 61 6d 65 20 61 73 20 2a 4d 45 4e 55 |he same as *MENU| 000006a0 20 61 6e 64 20 2a 41 46 4f 52 4d 20 69 73 0d 74 | and *AFORM is.t| 000006b0 68 65 20 73 61 6d 65 20 61 73 20 2a 46 4f 52 4d |he same as *FORM| 000006c0 2e 20 46 6f 72 20 69 6e 73 74 61 6e 63 65 2c 20 |. For instance, | 000006d0 44 46 53 20 61 6e 64 20 41 44 54 20 62 6f 74 68 |DFS and ADT both| 000006e0 20 68 61 76 65 20 75 74 69 6c 69 74 69 65 73 20 | have utilities | 000006f0 2a 44 55 4d 50 2e 20 49 66 0d 79 6f 75 20 77 61 |*DUMP. If.you wa| 00000700 6e 74 65 64 20 74 6f 20 62 65 20 73 75 72 65 20 |nted to be sure | 00000710 6f 66 20 75 73 69 6e 67 20 74 68 65 20 2a 44 55 |of using the *DU| 00000720 4d 50 20 69 6e 20 41 44 54 20 74 68 65 6e 20 79 |MP in ADT then y| 00000730 6f 75 20 63 6f 75 6c 64 20 75 73 65 20 2a 41 44 |ou could use *AD| 00000740 55 4d 50 2e 0d 0d 43 6f 6d 6d 61 6e 64 73 20 63 |UMP...Commands c| 00000750 61 6e 20 62 65 20 61 62 62 72 65 76 69 61 74 65 |an be abbreviate| 00000760 64 20 62 79 20 61 64 64 69 6e 67 20 61 20 66 75 |d by adding a fu| 00000770 6c 6c 20 73 74 6f 70 20 74 6f 20 74 68 65 20 61 |ll stop to the a| 00000780 62 62 72 65 76 69 61 74 65 64 20 6e 61 6d 65 2c |bbreviated name,| 00000790 0d 73 6f 20 6c 6f 6e 67 20 61 73 20 74 68 65 20 |.so long as the | 000007a0 6e 61 6d 65 20 72 65 6d 61 69 6e 73 20 75 6e 69 |name remains uni| 000007b0 71 75 65 20 74 6f 20 41 44 54 20 61 6e 64 20 6f |que to ADT and o| 000007c0 74 68 65 72 20 4d 4f 53 20 63 6f 6d 6d 61 6e 64 |ther MOS command| 000007d0 73 2c 20 65 67 2e 20 2a 58 46 2e 0d 69 73 20 74 |s, eg. *XF..is t| 000007e0 68 65 20 73 61 6d 65 20 61 73 20 2a 58 46 45 52 |he same as *XFER| 000007f0 20 61 6e 64 20 2a 55 4e 2e 20 69 73 20 74 68 65 | and *UN. is the| 00000800 20 73 61 6d 65 20 61 73 20 2a 55 4e 50 4c 55 47 | same as *UNPLUG| 00000810 2e 20 2a 4b 45 59 20 69 73 20 61 20 4d 4f 53 0d |. *KEY is a MOS.| 00000820 63 6f 6d 6d 61 6e 64 20 61 6e 64 20 2a 4b 45 59 |command and *KEY| 00000830 4c 20 69 73 20 61 6e 20 41 44 54 20 63 6f 6d 6d |L is an ADT comm| 00000840 61 6e 64 2e 20 2a 4b 45 59 4c 20 63 61 6e 6e 6f |and. *KEYL canno| 00000850 74 20 62 65 20 61 62 62 72 65 76 69 61 74 65 64 |t be abbreviated| 00000860 20 62 65 63 61 75 73 65 0d 69 74 20 63 6f 75 6c | because.it coul| 00000870 64 20 62 65 20 69 6e 74 65 72 70 72 65 74 65 64 |d be interpreted| 00000880 20 61 73 20 2a 4b 45 59 20 62 79 20 74 68 65 20 | as *KEY by the | 00000890 4d 4f 53 2e 0d 0d 41 44 54 20 63 6f 6d 6d 61 6e |MOS...ADT comman| 000008a0 64 73 20 77 69 6c 6c 20 62 65 20 61 63 63 65 70 |ds will be accep| 000008b0 74 65 64 20 69 6e 20 62 6f 74 68 20 75 70 70 65 |ted in both uppe| 000008c0 72 20 61 6e 64 20 6c 6f 77 65 72 20 63 61 73 65 |r and lower case| 000008d0 2e 0d 0d 43 6f 6d 6d 61 6e 64 20 53 75 6d 6d 61 |...Command Summa| 000008e0 72 79 0d 0d 2a 42 41 43 4b 55 50 09 2d 20 63 6f |ry..*BACKUP.- co| 000008f0 70 79 20 6f 6e 65 20 64 69 73 63 20 6f 6e 74 6f |py one disc onto| 00000900 20 61 6e 6f 74 68 65 72 0d 2a 42 46 49 4e 44 09 | another.*BFIND.| 00000910 09 2d 20 73 65 61 72 63 68 20 61 20 42 41 53 49 |.- search a BASI| 00000920 43 20 70 72 6f 67 72 61 6d 20 66 6f 72 20 61 20 |C program for a | 00000930 73 74 72 69 6e 67 0d 2a 42 55 49 4c 44 09 09 2d |string.*BUILD..-| 00000940 20 63 72 65 61 74 65 20 61 20 74 65 78 74 20 66 | create a text f| 00000950 69 6c 65 0d 2a 43 41 54 41 4c 4c 09 2d 20 6c 69 |ile.*CATALL.- li| 00000960 73 74 20 66 69 6c 65 6e 61 6d 65 73 20 66 72 6f |st filenames fro| 00000970 6d 20 74 68 65 20 63 75 72 72 65 6e 74 20 64 69 |m the current di| 00000980 72 65 63 74 6f 72 79 0d 2a 44 43 4f 4d 50 09 09 |rectory.*DCOMP..| 00000990 2d 20 63 6f 6d 70 61 72 65 20 74 77 6f 20 64 69 |- compare two di| 000009a0 73 63 73 0d 2a 44 45 58 09 09 2d 20 64 69 73 63 |scs.*DEX..- disc| 000009b0 20 73 65 63 74 6f 72 20 65 64 69 74 6f 72 0d 2a | sector editor.*| 000009c0 44 46 49 4e 44 09 09 2d 20 73 65 61 72 63 68 20 |DFIND..- search | 000009d0 61 20 64 69 73 63 20 66 6f 72 20 61 20 73 74 72 |a disc for a str| 000009e0 69 6e 67 0d 2a 44 49 52 41 4c 4c 09 2d 20 6c 69 |ing.*DIRALL.- li| 000009f0 73 74 20 64 69 72 65 63 74 6f 72 69 65 73 20 66 |st directories f| 00000a00 72 6f 6d 20 74 68 65 20 63 75 72 72 65 6e 74 20 |rom the current | 00000a10 64 69 72 65 63 74 6f 72 79 0d 2a 44 55 4d 50 09 |directory.*DUMP.| 00000a20 09 2d 20 64 69 73 70 6c 61 79 20 74 68 65 20 63 |.- display the c| 00000a30 6f 6e 74 65 6e 74 73 20 6f 66 20 61 20 66 69 6c |ontents of a fil| 00000a40 65 0d 2a 45 4e 56 45 4c 4f 50 45 09 2d 20 6c 69 |e.*ENVELOPE.- li| 00000a50 73 74 20 74 68 65 20 65 6e 76 65 6c 6f 70 65 20 |st the envelope | 00000a60 64 65 66 69 6e 69 74 69 6f 6e 73 0d 2a 46 43 4f |definitions.*FCO| 00000a70 4d 50 09 09 2d 20 63 6f 6d 70 61 72 65 20 74 77 |MP..- compare tw| 00000a80 6f 20 66 69 6c 65 73 0d 2a 46 43 4f 50 59 09 09 |o files.*FCOPY..| 00000a90 2d 20 63 72 65 61 74 65 73 20 61 20 63 6f 70 79 |- creates a copy| 00000aa0 20 6f 66 20 61 20 66 69 6c 65 0d 2a 46 4f 52 4d | of a file.*FORM| 00000ab0 09 09 2d 20 69 6e 69 74 69 61 6c 69 73 65 20 61 |..- initialise a| 00000ac0 20 6e 65 77 20 64 69 73 63 20 66 6f 72 20 72 65 | new disc for re| 00000ad0 61 64 69 6e 67 20 61 6e 64 20 77 72 69 74 69 6e |ading and writin| 00000ae0 67 0d 2a 46 52 45 45 09 09 2d 20 64 69 73 70 6c |g.*FREE..- displ| 00000af0 61 79 20 74 68 65 20 61 6d 6f 75 6e 74 20 6f 66 |ay the amount of| 00000b00 20 66 72 65 65 20 73 70 61 63 65 20 6f 6e 20 61 | free space on a| 00000b10 20 64 69 73 63 0d 2a 46 53 4e 09 09 2d 20 69 64 | disc.*FSN..- id| 00000b20 65 6e 74 69 66 79 20 74 68 65 20 63 75 72 72 65 |entify the curre| 00000b30 6e 74 20 66 69 6c 69 6e 67 20 73 79 73 74 65 6d |nt filing system| 00000b40 0d 2a 4b 45 59 4c 09 09 2d 20 6c 69 73 74 20 74 |.*KEYL..- list t| 00000b50 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 20 |he function key | 00000b60 64 65 66 69 6e 69 74 69 6f 6e 73 0d 2a 4c 49 53 |definitions.*LIS| 00000b70 54 09 09 2d 20 6c 69 73 74 20 61 20 74 65 78 74 |T..- list a text| 00000b80 20 66 69 6c 65 20 77 69 74 68 20 6c 69 6e 65 20 | file with line | 00000b90 6e 75 6d 62 65 72 73 0d 2a 4d 41 50 09 09 2d 20 |numbers.*MAP..- | 00000ba0 64 69 73 70 6c 61 79 20 61 20 6d 61 70 20 6f 66 |display a map of| 00000bb0 20 74 68 65 20 66 72 65 65 20 73 70 61 63 65 20 | the free space | 00000bc0 6f 6e 20 61 20 64 69 73 63 0d 2a 4d 44 55 4d 50 |on a disc.*MDUMP| 00000bd0 09 09 2d 20 64 69 73 70 6c 61 79 20 74 68 65 20 |..- display the | 00000be0 63 6f 6e 74 65 6e 74 73 20 6f 66 20 6d 65 6d 6f |contents of memo| 00000bf0 72 79 0d 2a 4d 45 4e 55 09 09 2d 20 73 65 6c 65 |ry.*MENU..- sele| 00000c00 63 74 20 61 20 70 72 6f 67 72 61 6d 20 66 72 6f |ct a program fro| 00000c10 6d 20 61 20 6d 65 6e 75 20 66 6f 72 20 65 78 65 |m a menu for exe| 00000c20 63 75 74 69 6f 6e 0d 2a 4d 45 58 09 09 2d 20 6d |cution.*MEX..- m| 00000c30 65 6d 6f 72 79 20 65 64 69 74 6f 72 0d 2a 4d 46 |emory editor.*MF| 00000c40 49 4e 44 09 09 2d 20 73 65 61 72 63 68 20 6d 65 |IND..- search me| 00000c50 6d 6f 72 79 20 66 6f 72 20 61 20 73 74 72 69 6e |mory for a strin| 00000c60 67 0d 2a 4d 4c 4f 41 44 09 09 2d 20 6c 6f 61 64 |g.*MLOAD..- load| 00000c70 20 61 20 70 72 6f 67 72 61 6d 20 74 6f 20 61 20 | a program to a | 00000c80 73 70 65 63 69 66 69 63 20 61 64 64 72 65 73 73 |specific address| 00000c90 0d 2a 4d 4f 56 45 09 09 2d 20 6d 6f 76 65 20 61 |.*MOVE..- move a| 00000ca0 20 62 6c 6f 63 6b 20 6f 66 20 6d 65 6d 6f 72 79 | block of memory| 00000cb0 0d 2a 4d 52 55 4e 09 09 2d 20 72 75 6e 20 61 20 |.*MRUN..- run a | 00000cc0 70 72 6f 67 72 61 6d 20 61 74 20 61 20 73 70 65 |program at a spe| 00000cd0 63 69 66 69 63 20 61 64 64 72 65 73 73 0d 2a 52 |cific address.*R| 00000ce0 4f 4d 53 09 09 2d 20 63 61 74 61 6c 6f 67 75 65 |OMS..- catalogue| 00000cf0 20 74 68 65 20 73 69 64 65 77 61 79 73 20 52 6f | the sideways Ro| 00000d00 6d 20 73 6f 63 6b 65 74 73 0d 2a 53 45 43 54 4f |m sockets.*SECTO| 00000d10 52 53 09 2d 20 72 65 61 64 20 6f 72 20 77 72 69 |RS.- read or wri| 00000d20 74 65 20 73 65 63 74 6f 72 73 20 6f 6e 74 6f 20 |te sectors onto | 00000d30 61 20 64 69 73 63 0d 2a 53 45 54 41 44 52 09 2d |a disc.*SETADR.-| 00000d40 20 63 68 61 6e 67 65 20 61 20 66 69 6c 65 27 73 | change a file's| 00000d50 20 6c 6f 61 64 20 61 6e 64 20 65 78 65 63 75 74 | load and execut| 00000d60 69 6f 6e 20 61 64 64 72 65 73 73 65 73 0d 2a 53 |ion addresses.*S| 00000d70 50 54 09 09 2d 20 63 68 61 6e 67 65 73 20 74 68 |PT..- changes th| 00000d80 65 20 64 65 66 61 75 6c 74 20 73 65 63 74 6f 72 |e default sector| 00000d90 73 20 70 65 72 20 74 72 61 63 6b 0d 2a 53 57 41 |s per track.*SWA| 00000da0 50 09 09 2d 20 73 77 61 70 73 20 63 61 74 61 6c |P..- swaps catal| 00000db0 6f 67 75 65 73 20 6f 6e 20 61 20 64 75 61 6c 20 |ogues on a dual | 00000dc0 63 61 74 61 6c 6f 67 75 65 20 64 69 73 63 0d 2a |catalogue disc.*| 00000dd0 54 59 50 45 09 09 2d 20 6c 69 73 74 20 61 20 74 |TYPE..- list a t| 00000de0 65 78 74 20 66 69 6c 65 20 77 69 74 68 6f 75 74 |ext file without| 00000df0 20 6c 69 6e 65 20 6e 75 6d 62 65 72 73 0d 2a 55 | line numbers.*U| 00000e00 4e 50 4c 55 47 09 2d 20 74 75 72 6e 20 6f 66 66 |NPLUG.- turn off| 00000e10 20 61 20 52 6f 6d 0d 2a 56 45 52 49 46 59 09 2d | a Rom.*VERIFY.-| 00000e20 20 76 65 72 69 66 79 20 61 20 64 69 73 63 20 66 | verify a disc f| 00000e30 6f 72 20 6c 65 67 69 62 69 6c 69 74 79 0d 2a 58 |or legibility.*X| 00000e40 46 45 52 09 09 2d 20 74 72 61 6e 73 66 65 72 20 |FER..- transfer | 00000e50 66 69 6c 65 73 20 62 65 74 77 65 65 6e 20 74 77 |files between tw| 00000e60 6f 20 66 69 6c 69 6e 67 20 73 79 73 74 65 6d 73 |o filing systems| 00000e70 0d |.| 00000e71