Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_10.ADF » MM2

MM2

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 » Electron_User_Group » EUG_10.ADF
Filename: MM2
Read OK:
File size: 1537 bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10REM ***************************
   20REM Print Electron Memory Map
   30REM by R.A.Dimond February 1993
   40REM ***************************
   50REM Page 2
   60MODE6
   70PRINTTAB(6,1)"Memory Map (Page 2)"
   80PRINT'"Screen or Printer? (S/P)"
   90REPEATUNTILINKEY-82 ORINKEY-56
  100IFINKEY-82 MODE3:VDU14 ELSEMODE3:VDU15,2,1,27,1,54,1,27,1,116,1,1
  110PRINTTAB(0);CHR$201;STRING$(68,CHR$205);CHR$187
  120PROCprintct("ELECTRON MEMORY MAP - Page 2")
  130PRINTCHR$199;STRING$(13,CHR$196);CHR$194;STRING$(54,CHR$196);CHR$182
  140PROCprint("  Address","Use")
  150PRINTCHR$199;STRING$(13,CHR$196);CHR$197;STRING$(54,CHR$196);CHR$182
  160PROCprint("  &200/&201","USERV - *LINE and *CODE use this")
  170PROCprint("  &202/&203","BRKV - the break vector, nothing to do with")
  180PROCprint("","the Break key")
  190PROCprint("  &204/&205","IRQ1V - the main inerrupt vector")
  200PROCprint("  &206/&207","IRQ2V - not used on the Electron")
  210PROCprint("  &208/&209","CLIV - used by the command line interpreter")
  220PROCprint("  &20A/&20B","BYTEV - used by the osbyte (*FX) calls")
  230PROCprint("  &20C/&20D","WORDV - used by the osword calls")
  240PROCprint("  &20E/&20F","WRCHV - used by the oswrch (VDU) calls")
  250PROCprint("  &210/&211","RDCHV - used when reading characters")
  260PROCprint("","from input stream")
  270PROCprint("  &212/&213","FILV - used when loading and saving")
  280PROCprint("  &214/&215","ARGSV - read/write file arguments")
  290PROCprint("  &216/&217","BGETV - read a byte from a file")
  300PROCprint("  &218/&219","BPUTV - write one byte to a file")
  310PROCprint("  &21A/&21B","GBPBV - get/put a block of bytes")
  320PROCprint("","from/to a file")
  330PROCprint("  &21C/&21D","FINDV - open or close a file")
  340PROCprint("  &21E/&21F","FSCV - filing system control vector")
  350PROCprint("  &220/&221","EVENTV - points to event handling routine")
  360PROCprint("  &222/&223","UPTV - pointer to user print routine")
  370PROCprint("  &224/&225","NETV - not used on the Electron")
  380PROCprint("  &226/&227","VDUV - unrecognised VDU commands")
  390PROCprint("  &228/&229","KEYV - used for reading the keyboard")
  400PROCprint("  &22A/&22B","INSV - used for inserting characters")
  410PROCprint("","into a buffer")
  420PROCprint("  &22C/&22D","REMV - remove character from buffer")
  430PROCprint("  &22E/&22F","CNPV - count/purge buffer vector")
  440PROCprint("  &230/&231","INDV1 - not used")
  450PROCprint("  &232/&233","INDV1 - not used")
  460PROCprint("  &234/&235","INDV1 - not used")
  470PROCprint("  &238/&239","Address of rom pointer table")
  480PROCprint("  &23A/&23B","Address of rom table")
  490PROCprint("  &23C/&23D","Address of key translation table")
  500PROCprint("  &23E/&23F","Address of VDU variables")
  510PROCprint("  &240","CFS timeout counter - frame flyback synchronised")
  520PROCprint("  &241","Currently selected input buffer")
  530PROCprint("  &246","Character definition explosion status")
  540PROCprint("  &24A","Rom enabled before last BRK")
  550PROCprint("  &24B","Number of Basic rom")
  560PROCprint("  &24C","Current ADC channel number")
  570PROCprint("  &24D","Maximum ADC channel number")
  580PROCprint("  &251","Flashing colour countdown timer")
  590PROCprint("  &252","Flashing colour mark period count")
  600PROCprint("  &253","Flashing colour space period count")
  610PROCprint("  &254","Keyboard auto-repeat delay set by *FX11")
  620PROCprint("  &255","Keyboard auto-repeat rate set by *FX12")
  630PROCprint("  &258","Break/Escape key options set by *FX200")
  640PROCprint("  &25A","Caps Lk and Shift key state")
  650PROCprint("  &262","Sound output supression flag set by *FX210")
  660PROCprint("  &263","Bell (Control +G/VDU7) channel number")
  670PROCprint("  &264","Bell amplitude/ENVELOPE number")
  680PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
  690PRINT''
  700PRINTCHR$201;STRING$(68,CHR$205);CHR$187
  710PROCprintct("ELECTRON MEMORY MAP - Page 2 (contd)")
  720PRINTCHR$199;STRING$(13,CHR$196);CHR$194;STRING$(54,CHR$196);CHR$182
  730PROCprint("  Address","Use")
  740PRINTCHR$199;STRING$(13,CHR$196);CHR$197;STRING$(54,CHR$196);CHR$182
  750PROCprint(" &265","Bell frequency")
  760PROCprint(" &266","Bell duration")
  770PROCprint(" &26A","Number of items in VDU queue")
  780PROCprint(" &26C","Current escape character")
  790PROCprint(" &275","Escape key status set by *FX229")
  800PROCprint(" &287","Break key interception flag - &4C=JMP")
  810PROCprint(" &288/&289","Address to jump to when Break key is pressed")
  820PROCprint(" &28C","Current language rom")
  830PROCprint(" &28D","Last Break type - 0=soft, 1=power up, 2=hard")
  840PROCprint(" &28F","Start up options set by *FX255")
  850PROCprint(" &292-&296","System clock 1")
  860PROCprint(" &297-&29B","System clock 2")
  870PROCprint(" &2A0-&2AF","Rom table - complete list of currently")
  880PROCprint("","active roms")
  890PROCprint(" &2B1/&2B2","INKEY countdown timer")
  900PROCprint(" &2B6-&2B9","Low bytes of last ADC conversions")
  910PROCprint(" &2BA-&2BD","High bytes of last ADC conversions")
  920PROCprint(" &2BE","Last ADC channel converted")
  930PROCprint(" &2BF-&2C8","Event enable flags")
  940PROCprint(" &2C9","Soft key expansion pointer")
  950PROCprint(" &2CA","First auto-repeat count")
  960PROCprint(" &2CB-&2CD","Keyboard workspace")
  970PROCprint(" &2CE","Zero when envelope being processed")
  980PROCprint(" &2CF-&2D7","Buffer busy flags")
  990PROCprint(" &2D8-&2E0","Buffer start indices")
 1000PROCprint(" &2E1-&2E9","Buffer end indices")
 1010PROCprint(" &2EA/&2EB","Block size of current open cassette block")
 1020PROCprint(" &2EC","Block flag of current open cassette block")
 1030PROCprint(" &2ED","Last character of current open cassette block")
 1040PROCprint(" &2EE/&2FF","Osfile control blocks")
 1050PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
 1060PRINT
 1070VDU3
 1071PRINT''"PLEASE PRESS <F> FOR NEXT FILE, <M> FOR MAIN MENU"
 1072REPEAT:UNTIL GET$="F" OR GET$="M"
 1073IF GET$="F" THEN CHAIN"$.MM3"
 1074IF GET$="M" THEN CHAIN"$.MENU"
 1080END
 1090DEFPROCprintct(t$):PRINTCHR$186;TAB(68/2-LENt$/2);t$;TAB(69);CHR$186:ENDPROC
 1100DEFPROCprint(a$,b$):PRINTCHR$186;TAB(2)a$;TAB(14);CHR$179;TAB(16);b$;TAB(69);CHR$186:ENDPROC

!� ***************************
� Print Electron Memory Map
!� by R.A.Dimond February 1993
(!� ***************************
2� Page 2
<�6
F�6,1)"Memory Map (Page 2)"
P �'"Screen or Printer? (S/P)"
Z���-82 ��-56
d3�-82 �3:�14 ��3:�15,2,1,27,1,54,1,27,1,116,1,1
n�0);�201;�68,�205);�187
x,�printct("ELECTRON MEMORY MAP - Page 2")
�'�199;�13,�196);�194;�54,�196);�182
��print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
�<�print("  &200/&201","USERV - *LINE and *CODE use this")
�G�print("  &202/&203","BRKV - the break vector, nothing to do with")
��print("","the Break key")
�<�print("  &204/&205","IRQ1V - the main inerrupt vector")
�<�print("  &206/&207","IRQ2V - not used on the Electron")
�G�print("  &208/&209","CLIV - used by the command line interpreter")
�B�print("  &20A/&20B","BYTEV - used by the osbyte (*FX) calls")
�<�print("  &20C/&20D","WORDV - used by the osword calls")
�B�print("  &20E/&20F","WRCHV - used by the oswrch (VDU) calls")
�@�print("  &210/&211","RDCHV - used when reading characters")
"�print("","from input stream")
?�print("  &212/&213","FILV - used when loading and saving")
=�print("  &214/&215","ARGSV - read/write file arguments")
";�print("  &216/&217","BGETV - read a byte from a file")
,<�print("  &218/&219","BPUTV - write one byte to a file")
6<�print("  &21A/&21B","GBPBV - get/put a block of bytes")
@�print("","from/to a file")
J8�print("  &21C/&21D","FINDV - open or close a file")
T?�print("  &21E/&21F","FSCV - filing system control vector")
^E�print("  &220/&221","EVENTV - points to event handling routine")
h@�print("  &222/&223","UPTV - pointer to user print routine")
r;�print("  &224/&225","NETV - not used on the Electron")
|<�print("  &226/&227","VDUV - unrecognised VDU commands")
�@�print("  &228/&229","KEYV - used for reading the keyboard")
�@�print("  &22A/&22B","INSV - used for inserting characters")
��print("","into a buffer")
�?�print("  &22C/&22D","REMV - remove character from buffer")
�<�print("  &22E/&22F","CNPV - count/purge buffer vector")
�,�print("  &230/&231","INDV1 - not used")
�,�print("  &232/&233","INDV1 - not used")
�,�print("  &234/&235","INDV1 - not used")
�8�print("  &238/&239","Address of rom pointer table")
�0�print("  &23A/&23B","Address of rom table")
�<�print("  &23C/&23D","Address of key translation table")
�4�print("  &23E/&23F","Address of VDU variables")
�G�print("  &240","CFS timeout counter - frame flyback synchronised")
6�print("  &241","Currently selected input buffer")
<�print("  &246","Character definition explosion status")
2�print("  &24A","Rom enabled before last BRK")
&*�print("  &24B","Number of Basic rom")
01�print("  &24C","Current ADC channel number")
:1�print("  &24D","Maximum ADC channel number")
D6�print("  &251","Flashing colour countdown timer")
N8�print("  &252","Flashing colour mark period count")
X9�print("  &253","Flashing colour space period count")
b>�print("  &254","Keyboard auto-repeat delay set by *FX11")
l=�print("  &255","Keyboard auto-repeat rate set by *FX12")
v=�print("  &258","Break/Escape key options set by *FX200")
�2�print("  &25A","Caps Lk and Shift key state")
�A�print("  &262","Sound output supression flag set by *FX210")
�<�print("  &263","Bell (Control +G/VDU7) channel number")
�5�print("  &264","Bell amplitude/ENVELOPE number")
�'�200;�13,�205);�207;�54,�205);�188
��''
��201;�68,�205);�187
�4�printct("ELECTRON MEMORY MAP - Page 2 (contd)")
�'�199;�13,�196);�194;�54,�196);�182
��print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
�$�print(" &265","Bell frequency")
�#�print(" &266","Bell duration")
2�print(" &26A","Number of items in VDU queue")
.�print(" &26C","Current escape character")
5�print(" &275","Escape key status set by *FX229")
 ;�print(" &287","Break key interception flag - &4C=JMP")
*G�print(" &288/&289","Address to jump to when Break key is pressed")
4*�print(" &28C","Current language rom")
>B�print(" &28D","Last Break type - 0=soft, 1=power up, 2=hard")
H4�print(" &28F","Start up options set by *FX255")
R)�print(" &292-&296","System clock 1")
\)�print(" &297-&29B","System clock 2")
fA�print(" &2A0-&2AF","Rom table - complete list of currently")
p�print("","active roms")
z0�print(" &2B1/&2B2","INKEY countdown timer")
�<�print(" &2B6-&2B9","Low bytes of last ADC conversions")
�=�print(" &2BA-&2BD","High bytes of last ADC conversions")
�0�print(" &2BE","Last ADC channel converted")
�-�print(" &2BF-&2C8","Event enable flags")
�0�print(" &2C9","Soft key expansion pointer")
�-�print(" &2CA","First auto-repeat count")
�-�print(" &2CB-&2CD","Keyboard workspace")
�8�print(" &2CE","Zero when envelope being processed")
�,�print(" &2CF-&2D7","Buffer busy flags")
�/�print(" &2D8-&2E0","Buffer start indices")
�-�print(" &2E1-&2E9","Buffer end indices")
�D�print(" &2EA/&2EB","Block size of current open cassette block")
�?�print(" &2EC","Block flag of current open cassette block")
C�print(" &2ED","Last character of current open cassette block")
0�print(" &2EE/&2FF","Osfile control blocks")
'�200;�13,�205);�207;�54,�205);�188
$�
.�3
/:�''"PLEASE PRESS <F> FOR NEXT FILE, <M> FOR MAIN MENU"
0�:� �="F" � �="M"
1� �="F" � �"$.MM3"
2� �="M" � �"$.MENU"
8�
B3��printct(t$):�186;�68/2-�t$/2);t$;�69);�186:�
L<��print(a$,b$):�186;�2)a$;�14);�179;�16);b$;�69);�186:�
�
00000000  0d 00 0a 21 f4 20 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |...!. **********|
00000010  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000020  2a 0d 00 14 1f f4 20 50  72 69 6e 74 20 45 6c 65  |*..... Print Ele|
00000030  63 74 72 6f 6e 20 4d 65  6d 6f 72 79 20 4d 61 70  |ctron Memory Map|
00000040  0d 00 1e 21 f4 20 62 79  20 52 2e 41 2e 44 69 6d  |...!. by R.A.Dim|
00000050  6f 6e 64 20 46 65 62 72  75 61 72 79 20 31 39 39  |ond February 199|
00000060  33 0d 00 28 21 f4 20 2a  2a 2a 2a 2a 2a 2a 2a 2a  |3..(!. *********|
00000070  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000080  2a 2a 0d 00 32 0c f4 20  50 61 67 65 20 32 0d 00  |**..2.. Page 2..|
00000090  3c 06 eb 36 0d 00 46 1f  f1 8a 36 2c 31 29 22 4d  |<..6..F...6,1)"M|
000000a0  65 6d 6f 72 79 20 4d 61  70 20 28 50 61 67 65 20  |emory Map (Page |
000000b0  32 29 22 0d 00 50 20 f1  27 22 53 63 72 65 65 6e  |2)"..P .'"Screen|
000000c0  20 6f 72 20 50 72 69 6e  74 65 72 3f 20 28 53 2f  | or Printer? (S/|
000000d0  50 29 22 0d 00 5a 10 f5  fd a6 2d 38 32 20 84 a6  |P)"..Z....-82 ..|
000000e0  2d 35 36 0d 00 64 33 e7  a6 2d 38 32 20 eb 33 3a  |-56..d3..-82 .3:|
000000f0  ef 31 34 20 8b eb 33 3a  ef 31 35 2c 32 2c 31 2c  |.14 ..3:.15,2,1,|
00000100  32 37 2c 31 2c 35 34 2c  31 2c 32 37 2c 31 2c 31  |27,1,54,1,27,1,1|
00000110  31 36 2c 31 2c 31 0d 00  6e 1c f1 8a 30 29 3b bd  |16,1,1..n...0);.|
00000120  32 30 31 3b c4 36 38 2c  bd 32 30 35 29 3b bd 31  |201;.68,.205);.1|
00000130  38 37 0d 00 78 2c f2 70  72 69 6e 74 63 74 28 22  |87..x,.printct("|
00000140  45 4c 45 43 54 52 4f 4e  20 4d 45 4d 4f 52 59 20  |ELECTRON MEMORY |
00000150  4d 41 50 20 2d 20 50 61  67 65 20 32 22 29 0d 00  |MAP - Page 2")..|
00000160  82 27 f1 bd 31 39 39 3b  c4 31 33 2c bd 31 39 36  |.'..199;.13,.196|
00000170  29 3b bd 31 39 34 3b c4  35 34 2c bd 31 39 36 29  |);.194;.54,.196)|
00000180  3b bd 31 38 32 0d 00 8c  1d f2 70 72 69 6e 74 28  |;.182.....print(|
00000190  22 20 20 41 64 64 72 65  73 73 22 2c 22 55 73 65  |"  Address","Use|
000001a0  22 29 0d 00 96 27 f1 bd  31 39 39 3b c4 31 33 2c  |")...'..199;.13,|
000001b0  bd 31 39 36 29 3b bd 31  39 37 3b c4 35 34 2c bd  |.196);.197;.54,.|
000001c0  31 39 36 29 3b bd 31 38  32 0d 00 a0 3c f2 70 72  |196);.182...<.pr|
000001d0  69 6e 74 28 22 20 20 26  32 30 30 2f 26 32 30 31  |int("  &200/&201|
000001e0  22 2c 22 55 53 45 52 56  20 2d 20 2a 4c 49 4e 45  |","USERV - *LINE|
000001f0  20 61 6e 64 20 2a 43 4f  44 45 20 75 73 65 20 74  | and *CODE use t|
00000200  68 69 73 22 29 0d 00 aa  47 f2 70 72 69 6e 74 28  |his")...G.print(|
00000210  22 20 20 26 32 30 32 2f  26 32 30 33 22 2c 22 42  |"  &202/&203","B|
00000220  52 4b 56 20 2d 20 74 68  65 20 62 72 65 61 6b 20  |RKV - the break |
00000230  76 65 63 74 6f 72 2c 20  6e 6f 74 68 69 6e 67 20  |vector, nothing |
00000240  74 6f 20 64 6f 20 77 69  74 68 22 29 0d 00 b4 1e  |to do with")....|
00000250  f2 70 72 69 6e 74 28 22  22 2c 22 74 68 65 20 42  |.print("","the B|
00000260  72 65 61 6b 20 6b 65 79  22 29 0d 00 be 3c f2 70  |reak key")...<.p|
00000270  72 69 6e 74 28 22 20 20  26 32 30 34 2f 26 32 30  |rint("  &204/&20|
00000280  35 22 2c 22 49 52 51 31  56 20 2d 20 74 68 65 20  |5","IRQ1V - the |
00000290  6d 61 69 6e 20 69 6e 65  72 72 75 70 74 20 76 65  |main inerrupt ve|
000002a0  63 74 6f 72 22 29 0d 00  c8 3c f2 70 72 69 6e 74  |ctor")...<.print|
000002b0  28 22 20 20 26 32 30 36  2f 26 32 30 37 22 2c 22  |("  &206/&207","|
000002c0  49 52 51 32 56 20 2d 20  6e 6f 74 20 75 73 65 64  |IRQ2V - not used|
000002d0  20 6f 6e 20 74 68 65 20  45 6c 65 63 74 72 6f 6e  | on the Electron|
000002e0  22 29 0d 00 d2 47 f2 70  72 69 6e 74 28 22 20 20  |")...G.print("  |
000002f0  26 32 30 38 2f 26 32 30  39 22 2c 22 43 4c 49 56  |&208/&209","CLIV|
00000300  20 2d 20 75 73 65 64 20  62 79 20 74 68 65 20 63  | - used by the c|
00000310  6f 6d 6d 61 6e 64 20 6c  69 6e 65 20 69 6e 74 65  |ommand line inte|
00000320  72 70 72 65 74 65 72 22  29 0d 00 dc 42 f2 70 72  |rpreter")...B.pr|
00000330  69 6e 74 28 22 20 20 26  32 30 41 2f 26 32 30 42  |int("  &20A/&20B|
00000340  22 2c 22 42 59 54 45 56  20 2d 20 75 73 65 64 20  |","BYTEV - used |
00000350  62 79 20 74 68 65 20 6f  73 62 79 74 65 20 28 2a  |by the osbyte (*|
00000360  46 58 29 20 63 61 6c 6c  73 22 29 0d 00 e6 3c f2  |FX) calls")...<.|
00000370  70 72 69 6e 74 28 22 20  20 26 32 30 43 2f 26 32  |print("  &20C/&2|
00000380  30 44 22 2c 22 57 4f 52  44 56 20 2d 20 75 73 65  |0D","WORDV - use|
00000390  64 20 62 79 20 74 68 65  20 6f 73 77 6f 72 64 20  |d by the osword |
000003a0  63 61 6c 6c 73 22 29 0d  00 f0 42 f2 70 72 69 6e  |calls")...B.prin|
000003b0  74 28 22 20 20 26 32 30  45 2f 26 32 30 46 22 2c  |t("  &20E/&20F",|
000003c0  22 57 52 43 48 56 20 2d  20 75 73 65 64 20 62 79  |"WRCHV - used by|
000003d0  20 74 68 65 20 6f 73 77  72 63 68 20 28 56 44 55  | the oswrch (VDU|
000003e0  29 20 63 61 6c 6c 73 22  29 0d 00 fa 40 f2 70 72  |) calls")...@.pr|
000003f0  69 6e 74 28 22 20 20 26  32 31 30 2f 26 32 31 31  |int("  &210/&211|
00000400  22 2c 22 52 44 43 48 56  20 2d 20 75 73 65 64 20  |","RDCHV - used |
00000410  77 68 65 6e 20 72 65 61  64 69 6e 67 20 63 68 61  |when reading cha|
00000420  72 61 63 74 65 72 73 22  29 0d 01 04 22 f2 70 72  |racters")...".pr|
00000430  69 6e 74 28 22 22 2c 22  66 72 6f 6d 20 69 6e 70  |int("","from inp|
00000440  75 74 20 73 74 72 65 61  6d 22 29 0d 01 0e 3f f2  |ut stream")...?.|
00000450  70 72 69 6e 74 28 22 20  20 26 32 31 32 2f 26 32  |print("  &212/&2|
00000460  31 33 22 2c 22 46 49 4c  56 20 2d 20 75 73 65 64  |13","FILV - used|
00000470  20 77 68 65 6e 20 6c 6f  61 64 69 6e 67 20 61 6e  | when loading an|
00000480  64 20 73 61 76 69 6e 67  22 29 0d 01 18 3d f2 70  |d saving")...=.p|
00000490  72 69 6e 74 28 22 20 20  26 32 31 34 2f 26 32 31  |rint("  &214/&21|
000004a0  35 22 2c 22 41 52 47 53  56 20 2d 20 72 65 61 64  |5","ARGSV - read|
000004b0  2f 77 72 69 74 65 20 66  69 6c 65 20 61 72 67 75  |/write file argu|
000004c0  6d 65 6e 74 73 22 29 0d  01 22 3b f2 70 72 69 6e  |ments")..";.prin|
000004d0  74 28 22 20 20 26 32 31  36 2f 26 32 31 37 22 2c  |t("  &216/&217",|
000004e0  22 42 47 45 54 56 20 2d  20 72 65 61 64 20 61 20  |"BGETV - read a |
000004f0  62 79 74 65 20 66 72 6f  6d 20 61 20 66 69 6c 65  |byte from a file|
00000500  22 29 0d 01 2c 3c f2 70  72 69 6e 74 28 22 20 20  |")..,<.print("  |
00000510  26 32 31 38 2f 26 32 31  39 22 2c 22 42 50 55 54  |&218/&219","BPUT|
00000520  56 20 2d 20 77 72 69 74  65 20 6f 6e 65 20 62 79  |V - write one by|
00000530  74 65 20 74 6f 20 61 20  66 69 6c 65 22 29 0d 01  |te to a file")..|
00000540  36 3c f2 70 72 69 6e 74  28 22 20 20 26 32 31 41  |6<.print("  &21A|
00000550  2f 26 32 31 42 22 2c 22  47 42 50 42 56 20 2d 20  |/&21B","GBPBV - |
00000560  67 65 74 2f 70 75 74 20  61 20 62 6c 6f 63 6b 20  |get/put a block |
00000570  6f 66 20 62 79 74 65 73  22 29 0d 01 40 1f f2 70  |of bytes")..@..p|
00000580  72 69 6e 74 28 22 22 2c  22 66 72 6f 6d 2f 74 6f  |rint("","from/to|
00000590  20 61 20 66 69 6c 65 22  29 0d 01 4a 38 f2 70 72  | a file")..J8.pr|
000005a0  69 6e 74 28 22 20 20 26  32 31 43 2f 26 32 31 44  |int("  &21C/&21D|
000005b0  22 2c 22 46 49 4e 44 56  20 2d 20 6f 70 65 6e 20  |","FINDV - open |
000005c0  6f 72 20 63 6c 6f 73 65  20 61 20 66 69 6c 65 22  |or close a file"|
000005d0  29 0d 01 54 3f f2 70 72  69 6e 74 28 22 20 20 26  |)..T?.print("  &|
000005e0  32 31 45 2f 26 32 31 46  22 2c 22 46 53 43 56 20  |21E/&21F","FSCV |
000005f0  2d 20 66 69 6c 69 6e 67  20 73 79 73 74 65 6d 20  |- filing system |
00000600  63 6f 6e 74 72 6f 6c 20  76 65 63 74 6f 72 22 29  |control vector")|
00000610  0d 01 5e 45 f2 70 72 69  6e 74 28 22 20 20 26 32  |..^E.print("  &2|
00000620  32 30 2f 26 32 32 31 22  2c 22 45 56 45 4e 54 56  |20/&221","EVENTV|
00000630  20 2d 20 70 6f 69 6e 74  73 20 74 6f 20 65 76 65  | - points to eve|
00000640  6e 74 20 68 61 6e 64 6c  69 6e 67 20 72 6f 75 74  |nt handling rout|
00000650  69 6e 65 22 29 0d 01 68  40 f2 70 72 69 6e 74 28  |ine")..h@.print(|
00000660  22 20 20 26 32 32 32 2f  26 32 32 33 22 2c 22 55  |"  &222/&223","U|
00000670  50 54 56 20 2d 20 70 6f  69 6e 74 65 72 20 74 6f  |PTV - pointer to|
00000680  20 75 73 65 72 20 70 72  69 6e 74 20 72 6f 75 74  | user print rout|
00000690  69 6e 65 22 29 0d 01 72  3b f2 70 72 69 6e 74 28  |ine")..r;.print(|
000006a0  22 20 20 26 32 32 34 2f  26 32 32 35 22 2c 22 4e  |"  &224/&225","N|
000006b0  45 54 56 20 2d 20 6e 6f  74 20 75 73 65 64 20 6f  |ETV - not used o|
000006c0  6e 20 74 68 65 20 45 6c  65 63 74 72 6f 6e 22 29  |n the Electron")|
000006d0  0d 01 7c 3c f2 70 72 69  6e 74 28 22 20 20 26 32  |..|<.print("  &2|
000006e0  32 36 2f 26 32 32 37 22  2c 22 56 44 55 56 20 2d  |26/&227","VDUV -|
000006f0  20 75 6e 72 65 63 6f 67  6e 69 73 65 64 20 56 44  | unrecognised VD|
00000700  55 20 63 6f 6d 6d 61 6e  64 73 22 29 0d 01 86 40  |U commands")...@|
00000710  f2 70 72 69 6e 74 28 22  20 20 26 32 32 38 2f 26  |.print("  &228/&|
00000720  32 32 39 22 2c 22 4b 45  59 56 20 2d 20 75 73 65  |229","KEYV - use|
00000730  64 20 66 6f 72 20 72 65  61 64 69 6e 67 20 74 68  |d for reading th|
00000740  65 20 6b 65 79 62 6f 61  72 64 22 29 0d 01 90 40  |e keyboard")...@|
00000750  f2 70 72 69 6e 74 28 22  20 20 26 32 32 41 2f 26  |.print("  &22A/&|
00000760  32 32 42 22 2c 22 49 4e  53 56 20 2d 20 75 73 65  |22B","INSV - use|
00000770  64 20 66 6f 72 20 69 6e  73 65 72 74 69 6e 67 20  |d for inserting |
00000780  63 68 61 72 61 63 74 65  72 73 22 29 0d 01 9a 1e  |characters")....|
00000790  f2 70 72 69 6e 74 28 22  22 2c 22 69 6e 74 6f 20  |.print("","into |
000007a0  61 20 62 75 66 66 65 72  22 29 0d 01 a4 3f f2 70  |a buffer")...?.p|
000007b0  72 69 6e 74 28 22 20 20  26 32 32 43 2f 26 32 32  |rint("  &22C/&22|
000007c0  44 22 2c 22 52 45 4d 56  20 2d 20 72 65 6d 6f 76  |D","REMV - remov|
000007d0  65 20 63 68 61 72 61 63  74 65 72 20 66 72 6f 6d  |e character from|
000007e0  20 62 75 66 66 65 72 22  29 0d 01 ae 3c f2 70 72  | buffer")...<.pr|
000007f0  69 6e 74 28 22 20 20 26  32 32 45 2f 26 32 32 46  |int("  &22E/&22F|
00000800  22 2c 22 43 4e 50 56 20  2d 20 63 6f 75 6e 74 2f  |","CNPV - count/|
00000810  70 75 72 67 65 20 62 75  66 66 65 72 20 76 65 63  |purge buffer vec|
00000820  74 6f 72 22 29 0d 01 b8  2c f2 70 72 69 6e 74 28  |tor")...,.print(|
00000830  22 20 20 26 32 33 30 2f  26 32 33 31 22 2c 22 49  |"  &230/&231","I|
00000840  4e 44 56 31 20 2d 20 6e  6f 74 20 75 73 65 64 22  |NDV1 - not used"|
00000850  29 0d 01 c2 2c f2 70 72  69 6e 74 28 22 20 20 26  |)...,.print("  &|
00000860  32 33 32 2f 26 32 33 33  22 2c 22 49 4e 44 56 31  |232/&233","INDV1|
00000870  20 2d 20 6e 6f 74 20 75  73 65 64 22 29 0d 01 cc  | - not used")...|
00000880  2c f2 70 72 69 6e 74 28  22 20 20 26 32 33 34 2f  |,.print("  &234/|
00000890  26 32 33 35 22 2c 22 49  4e 44 56 31 20 2d 20 6e  |&235","INDV1 - n|
000008a0  6f 74 20 75 73 65 64 22  29 0d 01 d6 38 f2 70 72  |ot used")...8.pr|
000008b0  69 6e 74 28 22 20 20 26  32 33 38 2f 26 32 33 39  |int("  &238/&239|
000008c0  22 2c 22 41 64 64 72 65  73 73 20 6f 66 20 72 6f  |","Address of ro|
000008d0  6d 20 70 6f 69 6e 74 65  72 20 74 61 62 6c 65 22  |m pointer table"|
000008e0  29 0d 01 e0 30 f2 70 72  69 6e 74 28 22 20 20 26  |)...0.print("  &|
000008f0  32 33 41 2f 26 32 33 42  22 2c 22 41 64 64 72 65  |23A/&23B","Addre|
00000900  73 73 20 6f 66 20 72 6f  6d 20 74 61 62 6c 65 22  |ss of rom table"|
00000910  29 0d 01 ea 3c f2 70 72  69 6e 74 28 22 20 20 26  |)...<.print("  &|
00000920  32 33 43 2f 26 32 33 44  22 2c 22 41 64 64 72 65  |23C/&23D","Addre|
00000930  73 73 20 6f 66 20 6b 65  79 20 74 72 61 6e 73 6c  |ss of key transl|
00000940  61 74 69 6f 6e 20 74 61  62 6c 65 22 29 0d 01 f4  |ation table")...|
00000950  34 f2 70 72 69 6e 74 28  22 20 20 26 32 33 45 2f  |4.print("  &23E/|
00000960  26 32 33 46 22 2c 22 41  64 64 72 65 73 73 20 6f  |&23F","Address o|
00000970  66 20 56 44 55 20 76 61  72 69 61 62 6c 65 73 22  |f VDU variables"|
00000980  29 0d 01 fe 47 f2 70 72  69 6e 74 28 22 20 20 26  |)...G.print("  &|
00000990  32 34 30 22 2c 22 43 46  53 20 74 69 6d 65 6f 75  |240","CFS timeou|
000009a0  74 20 63 6f 75 6e 74 65  72 20 2d 20 66 72 61 6d  |t counter - fram|
000009b0  65 20 66 6c 79 62 61 63  6b 20 73 79 6e 63 68 72  |e flyback synchr|
000009c0  6f 6e 69 73 65 64 22 29  0d 02 08 36 f2 70 72 69  |onised")...6.pri|
000009d0  6e 74 28 22 20 20 26 32  34 31 22 2c 22 43 75 72  |nt("  &241","Cur|
000009e0  72 65 6e 74 6c 79 20 73  65 6c 65 63 74 65 64 20  |rently selected |
000009f0  69 6e 70 75 74 20 62 75  66 66 65 72 22 29 0d 02  |input buffer")..|
00000a00  12 3c f2 70 72 69 6e 74  28 22 20 20 26 32 34 36  |.<.print("  &246|
00000a10  22 2c 22 43 68 61 72 61  63 74 65 72 20 64 65 66  |","Character def|
00000a20  69 6e 69 74 69 6f 6e 20  65 78 70 6c 6f 73 69 6f  |inition explosio|
00000a30  6e 20 73 74 61 74 75 73  22 29 0d 02 1c 32 f2 70  |n status")...2.p|
00000a40  72 69 6e 74 28 22 20 20  26 32 34 41 22 2c 22 52  |rint("  &24A","R|
00000a50  6f 6d 20 65 6e 61 62 6c  65 64 20 62 65 66 6f 72  |om enabled befor|
00000a60  65 20 6c 61 73 74 20 42  52 4b 22 29 0d 02 26 2a  |e last BRK")..&*|
00000a70  f2 70 72 69 6e 74 28 22  20 20 26 32 34 42 22 2c  |.print("  &24B",|
00000a80  22 4e 75 6d 62 65 72 20  6f 66 20 42 61 73 69 63  |"Number of Basic|
00000a90  20 72 6f 6d 22 29 0d 02  30 31 f2 70 72 69 6e 74  | rom")..01.print|
00000aa0  28 22 20 20 26 32 34 43  22 2c 22 43 75 72 72 65  |("  &24C","Curre|
00000ab0  6e 74 20 41 44 43 20 63  68 61 6e 6e 65 6c 20 6e  |nt ADC channel n|
00000ac0  75 6d 62 65 72 22 29 0d  02 3a 31 f2 70 72 69 6e  |umber")..:1.prin|
00000ad0  74 28 22 20 20 26 32 34  44 22 2c 22 4d 61 78 69  |t("  &24D","Maxi|
00000ae0  6d 75 6d 20 41 44 43 20  63 68 61 6e 6e 65 6c 20  |mum ADC channel |
00000af0  6e 75 6d 62 65 72 22 29  0d 02 44 36 f2 70 72 69  |number")..D6.pri|
00000b00  6e 74 28 22 20 20 26 32  35 31 22 2c 22 46 6c 61  |nt("  &251","Fla|
00000b10  73 68 69 6e 67 20 63 6f  6c 6f 75 72 20 63 6f 75  |shing colour cou|
00000b20  6e 74 64 6f 77 6e 20 74  69 6d 65 72 22 29 0d 02  |ntdown timer")..|
00000b30  4e 38 f2 70 72 69 6e 74  28 22 20 20 26 32 35 32  |N8.print("  &252|
00000b40  22 2c 22 46 6c 61 73 68  69 6e 67 20 63 6f 6c 6f  |","Flashing colo|
00000b50  75 72 20 6d 61 72 6b 20  70 65 72 69 6f 64 20 63  |ur mark period c|
00000b60  6f 75 6e 74 22 29 0d 02  58 39 f2 70 72 69 6e 74  |ount")..X9.print|
00000b70  28 22 20 20 26 32 35 33  22 2c 22 46 6c 61 73 68  |("  &253","Flash|
00000b80  69 6e 67 20 63 6f 6c 6f  75 72 20 73 70 61 63 65  |ing colour space|
00000b90  20 70 65 72 69 6f 64 20  63 6f 75 6e 74 22 29 0d  | period count").|
00000ba0  02 62 3e f2 70 72 69 6e  74 28 22 20 20 26 32 35  |.b>.print("  &25|
00000bb0  34 22 2c 22 4b 65 79 62  6f 61 72 64 20 61 75 74  |4","Keyboard aut|
00000bc0  6f 2d 72 65 70 65 61 74  20 64 65 6c 61 79 20 73  |o-repeat delay s|
00000bd0  65 74 20 62 79 20 2a 46  58 31 31 22 29 0d 02 6c  |et by *FX11")..l|
00000be0  3d f2 70 72 69 6e 74 28  22 20 20 26 32 35 35 22  |=.print("  &255"|
00000bf0  2c 22 4b 65 79 62 6f 61  72 64 20 61 75 74 6f 2d  |,"Keyboard auto-|
00000c00  72 65 70 65 61 74 20 72  61 74 65 20 73 65 74 20  |repeat rate set |
00000c10  62 79 20 2a 46 58 31 32  22 29 0d 02 76 3d f2 70  |by *FX12")..v=.p|
00000c20  72 69 6e 74 28 22 20 20  26 32 35 38 22 2c 22 42  |rint("  &258","B|
00000c30  72 65 61 6b 2f 45 73 63  61 70 65 20 6b 65 79 20  |reak/Escape key |
00000c40  6f 70 74 69 6f 6e 73 20  73 65 74 20 62 79 20 2a  |options set by *|
00000c50  46 58 32 30 30 22 29 0d  02 80 32 f2 70 72 69 6e  |FX200")...2.prin|
00000c60  74 28 22 20 20 26 32 35  41 22 2c 22 43 61 70 73  |t("  &25A","Caps|
00000c70  20 4c 6b 20 61 6e 64 20  53 68 69 66 74 20 6b 65  | Lk and Shift ke|
00000c80  79 20 73 74 61 74 65 22  29 0d 02 8a 41 f2 70 72  |y state")...A.pr|
00000c90  69 6e 74 28 22 20 20 26  32 36 32 22 2c 22 53 6f  |int("  &262","So|
00000ca0  75 6e 64 20 6f 75 74 70  75 74 20 73 75 70 72 65  |und output supre|
00000cb0  73 73 69 6f 6e 20 66 6c  61 67 20 73 65 74 20 62  |ssion flag set b|
00000cc0  79 20 2a 46 58 32 31 30  22 29 0d 02 94 3c f2 70  |y *FX210")...<.p|
00000cd0  72 69 6e 74 28 22 20 20  26 32 36 33 22 2c 22 42  |rint("  &263","B|
00000ce0  65 6c 6c 20 28 43 6f 6e  74 72 6f 6c 20 2b 47 2f  |ell (Control +G/|
00000cf0  56 44 55 37 29 20 63 68  61 6e 6e 65 6c 20 6e 75  |VDU7) channel nu|
00000d00  6d 62 65 72 22 29 0d 02  9e 35 f2 70 72 69 6e 74  |mber")...5.print|
00000d10  28 22 20 20 26 32 36 34  22 2c 22 42 65 6c 6c 20  |("  &264","Bell |
00000d20  61 6d 70 6c 69 74 75 64  65 2f 45 4e 56 45 4c 4f  |amplitude/ENVELO|
00000d30  50 45 20 6e 75 6d 62 65  72 22 29 0d 02 a8 27 f1  |PE number")...'.|
00000d40  bd 32 30 30 3b c4 31 33  2c bd 32 30 35 29 3b bd  |.200;.13,.205);.|
00000d50  32 30 37 3b c4 35 34 2c  bd 32 30 35 29 3b bd 31  |207;.54,.205);.1|
00000d60  38 38 0d 02 b2 07 f1 27  27 0d 02 bc 18 f1 bd 32  |88.....''......2|
00000d70  30 31 3b c4 36 38 2c bd  32 30 35 29 3b bd 31 38  |01;.68,.205);.18|
00000d80  37 0d 02 c6 34 f2 70 72  69 6e 74 63 74 28 22 45  |7...4.printct("E|
00000d90  4c 45 43 54 52 4f 4e 20  4d 45 4d 4f 52 59 20 4d  |LECTRON MEMORY M|
00000da0  41 50 20 2d 20 50 61 67  65 20 32 20 28 63 6f 6e  |AP - Page 2 (con|
00000db0  74 64 29 22 29 0d 02 d0  27 f1 bd 31 39 39 3b c4  |td)")...'..199;.|
00000dc0  31 33 2c bd 31 39 36 29  3b bd 31 39 34 3b c4 35  |13,.196);.194;.5|
00000dd0  34 2c bd 31 39 36 29 3b  bd 31 38 32 0d 02 da 1d  |4,.196);.182....|
00000de0  f2 70 72 69 6e 74 28 22  20 20 41 64 64 72 65 73  |.print("  Addres|
00000df0  73 22 2c 22 55 73 65 22  29 0d 02 e4 27 f1 bd 31  |s","Use")...'..1|
00000e00  39 39 3b c4 31 33 2c bd  31 39 36 29 3b bd 31 39  |99;.13,.196);.19|
00000e10  37 3b c4 35 34 2c bd 31  39 36 29 3b bd 31 38 32  |7;.54,.196);.182|
00000e20  0d 02 ee 24 f2 70 72 69  6e 74 28 22 20 26 32 36  |...$.print(" &26|
00000e30  35 22 2c 22 42 65 6c 6c  20 66 72 65 71 75 65 6e  |5","Bell frequen|
00000e40  63 79 22 29 0d 02 f8 23  f2 70 72 69 6e 74 28 22  |cy")...#.print("|
00000e50  20 26 32 36 36 22 2c 22  42 65 6c 6c 20 64 75 72  | &266","Bell dur|
00000e60  61 74 69 6f 6e 22 29 0d  03 02 32 f2 70 72 69 6e  |ation")...2.prin|
00000e70  74 28 22 20 26 32 36 41  22 2c 22 4e 75 6d 62 65  |t(" &26A","Numbe|
00000e80  72 20 6f 66 20 69 74 65  6d 73 20 69 6e 20 56 44  |r of items in VD|
00000e90  55 20 71 75 65 75 65 22  29 0d 03 0c 2e f2 70 72  |U queue").....pr|
00000ea0  69 6e 74 28 22 20 26 32  36 43 22 2c 22 43 75 72  |int(" &26C","Cur|
00000eb0  72 65 6e 74 20 65 73 63  61 70 65 20 63 68 61 72  |rent escape char|
00000ec0  61 63 74 65 72 22 29 0d  03 16 35 f2 70 72 69 6e  |acter")...5.prin|
00000ed0  74 28 22 20 26 32 37 35  22 2c 22 45 73 63 61 70  |t(" &275","Escap|
00000ee0  65 20 6b 65 79 20 73 74  61 74 75 73 20 73 65 74  |e key status set|
00000ef0  20 62 79 20 2a 46 58 32  32 39 22 29 0d 03 20 3b  | by *FX229").. ;|
00000f00  f2 70 72 69 6e 74 28 22  20 26 32 38 37 22 2c 22  |.print(" &287","|
00000f10  42 72 65 61 6b 20 6b 65  79 20 69 6e 74 65 72 63  |Break key interc|
00000f20  65 70 74 69 6f 6e 20 66  6c 61 67 20 2d 20 26 34  |eption flag - &4|
00000f30  43 3d 4a 4d 50 22 29 0d  03 2a 47 f2 70 72 69 6e  |C=JMP")..*G.prin|
00000f40  74 28 22 20 26 32 38 38  2f 26 32 38 39 22 2c 22  |t(" &288/&289","|
00000f50  41 64 64 72 65 73 73 20  74 6f 20 6a 75 6d 70 20  |Address to jump |
00000f60  74 6f 20 77 68 65 6e 20  42 72 65 61 6b 20 6b 65  |to when Break ke|
00000f70  79 20 69 73 20 70 72 65  73 73 65 64 22 29 0d 03  |y is pressed")..|
00000f80  34 2a f2 70 72 69 6e 74  28 22 20 26 32 38 43 22  |4*.print(" &28C"|
00000f90  2c 22 43 75 72 72 65 6e  74 20 6c 61 6e 67 75 61  |,"Current langua|
00000fa0  67 65 20 72 6f 6d 22 29  0d 03 3e 42 f2 70 72 69  |ge rom")..>B.pri|
00000fb0  6e 74 28 22 20 26 32 38  44 22 2c 22 4c 61 73 74  |nt(" &28D","Last|
00000fc0  20 42 72 65 61 6b 20 74  79 70 65 20 2d 20 30 3d  | Break type - 0=|
00000fd0  73 6f 66 74 2c 20 31 3d  70 6f 77 65 72 20 75 70  |soft, 1=power up|
00000fe0  2c 20 32 3d 68 61 72 64  22 29 0d 03 48 34 f2 70  |, 2=hard")..H4.p|
00000ff0  72 69 6e 74 28 22 20 26  32 38 46 22 2c 22 53 74  |rint(" &28F","St|
00001000  61 72 74 20 75 70 20 6f  70 74 69 6f 6e 73 20 73  |art up options s|
00001010  65 74 20 62 79 20 2a 46  58 32 35 35 22 29 0d 03  |et by *FX255")..|
00001020  52 29 f2 70 72 69 6e 74  28 22 20 26 32 39 32 2d  |R).print(" &292-|
00001030  26 32 39 36 22 2c 22 53  79 73 74 65 6d 20 63 6c  |&296","System cl|
00001040  6f 63 6b 20 31 22 29 0d  03 5c 29 f2 70 72 69 6e  |ock 1")..\).prin|
00001050  74 28 22 20 26 32 39 37  2d 26 32 39 42 22 2c 22  |t(" &297-&29B","|
00001060  53 79 73 74 65 6d 20 63  6c 6f 63 6b 20 32 22 29  |System clock 2")|
00001070  0d 03 66 41 f2 70 72 69  6e 74 28 22 20 26 32 41  |..fA.print(" &2A|
00001080  30 2d 26 32 41 46 22 2c  22 52 6f 6d 20 74 61 62  |0-&2AF","Rom tab|
00001090  6c 65 20 2d 20 63 6f 6d  70 6c 65 74 65 20 6c 69  |le - complete li|
000010a0  73 74 20 6f 66 20 63 75  72 72 65 6e 74 6c 79 22  |st of currently"|
000010b0  29 0d 03 70 1c f2 70 72  69 6e 74 28 22 22 2c 22  |)..p..print("","|
000010c0  61 63 74 69 76 65 20 72  6f 6d 73 22 29 0d 03 7a  |active roms")..z|
000010d0  30 f2 70 72 69 6e 74 28  22 20 26 32 42 31 2f 26  |0.print(" &2B1/&|
000010e0  32 42 32 22 2c 22 49 4e  4b 45 59 20 63 6f 75 6e  |2B2","INKEY coun|
000010f0  74 64 6f 77 6e 20 74 69  6d 65 72 22 29 0d 03 84  |tdown timer")...|
00001100  3c f2 70 72 69 6e 74 28  22 20 26 32 42 36 2d 26  |<.print(" &2B6-&|
00001110  32 42 39 22 2c 22 4c 6f  77 20 62 79 74 65 73 20  |2B9","Low bytes |
00001120  6f 66 20 6c 61 73 74 20  41 44 43 20 63 6f 6e 76  |of last ADC conv|
00001130  65 72 73 69 6f 6e 73 22  29 0d 03 8e 3d f2 70 72  |ersions")...=.pr|
00001140  69 6e 74 28 22 20 26 32  42 41 2d 26 32 42 44 22  |int(" &2BA-&2BD"|
00001150  2c 22 48 69 67 68 20 62  79 74 65 73 20 6f 66 20  |,"High bytes of |
00001160  6c 61 73 74 20 41 44 43  20 63 6f 6e 76 65 72 73  |last ADC convers|
00001170  69 6f 6e 73 22 29 0d 03  98 30 f2 70 72 69 6e 74  |ions")...0.print|
00001180  28 22 20 26 32 42 45 22  2c 22 4c 61 73 74 20 41  |(" &2BE","Last A|
00001190  44 43 20 63 68 61 6e 6e  65 6c 20 63 6f 6e 76 65  |DC channel conve|
000011a0  72 74 65 64 22 29 0d 03  a2 2d f2 70 72 69 6e 74  |rted")...-.print|
000011b0  28 22 20 26 32 42 46 2d  26 32 43 38 22 2c 22 45  |(" &2BF-&2C8","E|
000011c0  76 65 6e 74 20 65 6e 61  62 6c 65 20 66 6c 61 67  |vent enable flag|
000011d0  73 22 29 0d 03 ac 30 f2  70 72 69 6e 74 28 22 20  |s")...0.print(" |
000011e0  26 32 43 39 22 2c 22 53  6f 66 74 20 6b 65 79 20  |&2C9","Soft key |
000011f0  65 78 70 61 6e 73 69 6f  6e 20 70 6f 69 6e 74 65  |expansion pointe|
00001200  72 22 29 0d 03 b6 2d f2  70 72 69 6e 74 28 22 20  |r")...-.print(" |
00001210  26 32 43 41 22 2c 22 46  69 72 73 74 20 61 75 74  |&2CA","First aut|
00001220  6f 2d 72 65 70 65 61 74  20 63 6f 75 6e 74 22 29  |o-repeat count")|
00001230  0d 03 c0 2d f2 70 72 69  6e 74 28 22 20 26 32 43  |...-.print(" &2C|
00001240  42 2d 26 32 43 44 22 2c  22 4b 65 79 62 6f 61 72  |B-&2CD","Keyboar|
00001250  64 20 77 6f 72 6b 73 70  61 63 65 22 29 0d 03 ca  |d workspace")...|
00001260  38 f2 70 72 69 6e 74 28  22 20 26 32 43 45 22 2c  |8.print(" &2CE",|
00001270  22 5a 65 72 6f 20 77 68  65 6e 20 65 6e 76 65 6c  |"Zero when envel|
00001280  6f 70 65 20 62 65 69 6e  67 20 70 72 6f 63 65 73  |ope being proces|
00001290  73 65 64 22 29 0d 03 d4  2c f2 70 72 69 6e 74 28  |sed")...,.print(|
000012a0  22 20 26 32 43 46 2d 26  32 44 37 22 2c 22 42 75  |" &2CF-&2D7","Bu|
000012b0  66 66 65 72 20 62 75 73  79 20 66 6c 61 67 73 22  |ffer busy flags"|
000012c0  29 0d 03 de 2f f2 70 72  69 6e 74 28 22 20 26 32  |).../.print(" &2|
000012d0  44 38 2d 26 32 45 30 22  2c 22 42 75 66 66 65 72  |D8-&2E0","Buffer|
000012e0  20 73 74 61 72 74 20 69  6e 64 69 63 65 73 22 29  | start indices")|
000012f0  0d 03 e8 2d f2 70 72 69  6e 74 28 22 20 26 32 45  |...-.print(" &2E|
00001300  31 2d 26 32 45 39 22 2c  22 42 75 66 66 65 72 20  |1-&2E9","Buffer |
00001310  65 6e 64 20 69 6e 64 69  63 65 73 22 29 0d 03 f2  |end indices")...|
00001320  44 f2 70 72 69 6e 74 28  22 20 26 32 45 41 2f 26  |D.print(" &2EA/&|
00001330  32 45 42 22 2c 22 42 6c  6f 63 6b 20 73 69 7a 65  |2EB","Block size|
00001340  20 6f 66 20 63 75 72 72  65 6e 74 20 6f 70 65 6e  | of current open|
00001350  20 63 61 73 73 65 74 74  65 20 62 6c 6f 63 6b 22  | cassette block"|
00001360  29 0d 03 fc 3f f2 70 72  69 6e 74 28 22 20 26 32  |)...?.print(" &2|
00001370  45 43 22 2c 22 42 6c 6f  63 6b 20 66 6c 61 67 20  |EC","Block flag |
00001380  6f 66 20 63 75 72 72 65  6e 74 20 6f 70 65 6e 20  |of current open |
00001390  63 61 73 73 65 74 74 65  20 62 6c 6f 63 6b 22 29  |cassette block")|
000013a0  0d 04 06 43 f2 70 72 69  6e 74 28 22 20 26 32 45  |...C.print(" &2E|
000013b0  44 22 2c 22 4c 61 73 74  20 63 68 61 72 61 63 74  |D","Last charact|
000013c0  65 72 20 6f 66 20 63 75  72 72 65 6e 74 20 6f 70  |er of current op|
000013d0  65 6e 20 63 61 73 73 65  74 74 65 20 62 6c 6f 63  |en cassette bloc|
000013e0  6b 22 29 0d 04 10 30 f2  70 72 69 6e 74 28 22 20  |k")...0.print(" |
000013f0  26 32 45 45 2f 26 32 46  46 22 2c 22 4f 73 66 69  |&2EE/&2FF","Osfi|
00001400  6c 65 20 63 6f 6e 74 72  6f 6c 20 62 6c 6f 63 6b  |le control block|
00001410  73 22 29 0d 04 1a 27 f1  bd 32 30 30 3b c4 31 33  |s")...'..200;.13|
00001420  2c bd 32 30 35 29 3b bd  32 30 37 3b c4 35 34 2c  |,.205);.207;.54,|
00001430  bd 32 30 35 29 3b bd 31  38 38 0d 04 24 05 f1 0d  |.205);.188..$...|
00001440  04 2e 06 ef 33 0d 04 2f  3a f1 27 27 22 50 4c 45  |....3../:.''"PLE|
00001450  41 53 45 20 50 52 45 53  53 20 3c 46 3e 20 46 4f  |ASE PRESS <F> FO|
00001460  52 20 4e 45 58 54 20 46  49 4c 45 2c 20 3c 4d 3e  |R NEXT FILE, <M>|
00001470  20 46 4f 52 20 4d 41 49  4e 20 4d 45 4e 55 22 0d  | FOR MAIN MENU".|
00001480  04 30 15 f5 3a fd 20 be  3d 22 46 22 20 84 20 be  |.0..:. .="F" . .|
00001490  3d 22 4d 22 0d 04 31 16  e7 20 be 3d 22 46 22 20  |="M"..1.. .="F" |
000014a0  8c 20 d7 22 24 2e 4d 4d  33 22 0d 04 32 17 e7 20  |. ."$.MM3"..2.. |
000014b0  be 3d 22 4d 22 20 8c 20  d7 22 24 2e 4d 45 4e 55  |.="M" . ."$.MENU|
000014c0  22 0d 04 38 05 e0 0d 04  42 33 dd f2 70 72 69 6e  |"..8....B3..prin|
000014d0  74 63 74 28 74 24 29 3a  f1 bd 31 38 36 3b 8a 36  |tct(t$):..186;.6|
000014e0  38 2f 32 2d a9 74 24 2f  32 29 3b 74 24 3b 8a 36  |8/2-.t$/2);t$;.6|
000014f0  39 29 3b bd 31 38 36 3a  e1 0d 04 4c 3c dd f2 70  |9);.186:...L<..p|
00001500  72 69 6e 74 28 61 24 2c  62 24 29 3a f1 bd 31 38  |rint(a$,b$):..18|
00001510  36 3b 8a 32 29 61 24 3b  8a 31 34 29 3b bd 31 37  |6;.2)a$;.14);.17|
00001520  39 3b 8a 31 36 29 3b 62  24 3b 8a 36 39 29 3b bd  |9;.16);b$;.69);.|
00001530  31 38 36 3a e1 0d ff                              |186:...|
00001537
MM2.m0
MM2.m1
MM2.m2
MM2.m4
MM2.m5