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

MM4

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: MM4
Read OK:
File size: 0F94 bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10REM ***************************
   20REM Print Electron Memory Map
   30REM by R.A.Dimond February 1993
   40REM ***************************
   50REM
   60MODE6
   70PRINTTAB(6,1)"Memory Map (Pages 4 to &C)"
   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 - Pages 4-7")
  130PROCprintct("Language Workspace")
  140PRINTCHR$199;STRING$(13,CHR$196);CHR$194;STRING$(54,CHR$196);CHR$182
  150PROCprint("  Address","Use")
  160PRINTCHR$199;STRING$(13,CHR$196);CHR$197;STRING$(54,CHR$196);CHR$182
  170PROCprint(" &400-&46B","Integer Variables @% to Z%")
  180PROCprint(" &46C-&47F","Temporary floating point storage area")
  190PROCprint(" &480-&4EC","Start of variable linked list")
  200PROCprint(" &4F6/&4F7","Start of PROC linked list")
  210PROCprint(" &4F8/&4F9","Start of FN linked list")
  220PROCprint(" &4FA-&4FF","Unused")
  230PROCprint(" &500-&5A3","FOR/NEXT loop parameters - up to 10 blocks")
  240PROCprint("","of 15 bytes each")
  250PROCprint(" &5A4-&5B7","REPEAT/UNTIL loop start address low bytes")
  260PROCprint("","up to 20")
  270PROCprint(" &5B8-&5CB","REPEAT/UNTIL loop start address high bytes")
  280PROCprint(" &5CC-&5E5","GOSUB return address low bytes - up to 20")
  290PROCprint(" &5E6-&5FF","GOSUB return address high bytes")
  300PROCprint(" &600-&6FF","String buffer or CALL parameter block")
  310PROCprint(" &700-&7FF","Input buffer")
  320PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
  330PRINT
  340PRINTCHR$201;STRING$(68,CHR$205);CHR$187
  350PROCprintct("ELECTRON MEMORY MAP - Page 8 to &83E")
  360PROCprintct("Sound Processing")
  370PRINTCHR$199;STRING$(13,CHR$196);CHR$194;STRING$(54,CHR$196);CHR$182
  380PROCprint("  Address","Use")
  390PRINTCHR$199;STRING$(13,CHR$196);CHR$197;STRING$(54,CHR$196);CHR$182
  400PROCprint(" &800-&803","Not used")
  410PROCprint(" &804-&807","Sound queue occupancy flag")
  420PROCprint(" &808-&80B","Current amplitude")
  430PROCprint(" &80C-&80F","Number of amplitude phases processed")
  440PROCprint(" &810-&813","Absolute pitch value")
  450PROCprint(" &814-&817","Number of pitch phases processed")
  460PROCprint(" &818-&81B","Number of steps to process")
  470PROCprint(" &81C-&81F","Duration")
  480PROCprint(" &820-&823","Interval multiplier")
  490PROCprint(" &824-&827","Envelope number/auto repeat parameter")
  500PROCprint(" &828-&82B","Length of remaining note interval")
  510PROCprint(" &82C-&82F","Sync hold parameter")
  520PROCprint(" &830-&833","Sound chip current pitch setting")
  530PROCprint(" &834-&837","Pitch deviation")
  540PROCprint(" &838","Number of channels required for sync")
  550PROCprint(" &839","Current amplitude step")
  560PROCprint(" &83A","Current target amplitude")
  570PROCprint(" &83B","Number of channels on hold for sync")
  580PROCprint(" &83C-&83F","Sound parameter calculation workspace")
  590PROCprint(" &83D","Low order frequency parameter as sent to")
  600PROCprint("","sound generator")
  610PROCprint(" &83E","High order frequency parameter as sent to")
  620PROCprint("","sound generator")
  630PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
  640PRINT'''''''
  650PRINTCHR$201;STRING$(68,CHR$205);CHR$187
  660PROCprintct("ELECTRON MEMORY MAP - Page 8 (contd) - &C")
  670PROCprintct("Main System Buffers")
  680PRINTCHR$199;STRING$(13,CHR$196);CHR$194;STRING$(54,CHR$196);CHR$182
  690PROCprint("  Address","Use")
  700PRINTCHR$199;STRING$(13,CHR$196);CHR$197;STRING$(54,CHR$196);CHR$182
  710PROCprint(" &840-&84F","Sound buffer channel 0")
  720PROCprint(" &850-&85F","Sound buffer channel 1")
  730PROCprint(" &860-&86F","Sound buffer channel 2")
  740PROCprint(" &870-&87F","Sound buffer channel 3")
  750PROCprint(" &880-&8BF","Printer buffer")
  760PROCprint(" &8C0-&8FF","Envelopes 1 - 4")
  770PROCprint(" &900-&9BF","Envelopes 5 - 16")
  780PROCprint(" &9C0-&9FF","Speech buffer (unused on the Electron")
  790PROCprint(" &900-&9FF","CFS output buffer (RS423 output buffer if")
  800PROCprint("","interface is connected")
  810PROCprint(" &A00-&AFF","CFS input buffer (RS423 input buffer if")
  820PROCprint("","interface is connected")
  830PROCprint(" &B00-&BFF","Soft key buffer")
  840PROCprint(" &C00-&CFF","User defined characters 224 -255")
  850PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
  860PRINT'''''
  870VDU3
  880PRINT''"PLEASE PRESS <F> FOR NEXT FILE, <M> FOR MAIN MENU"
  890REPEAT:UNTIL GET$="F" OR GET$="M"
  900IF GET$="F" THEN CHAIN"$.MM5"
  910IF GET$="M" THEN CHAIN"$.MENU"
  920END
  930DEFPROCprintct(t$):PRINTCHR$186;TAB(68/2-LENt$/2);t$;TAB(69);CHR$186:ENDPROC
  940DEFPROCprint(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�
<�6
F&�6,1)"Memory Map (Pages 4 to &C)"
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 - Pages 4-7")
�"�printct("Language Workspace")
�'�199;�13,�196);�194;�54,�196);�182
��print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
�5�print(" &400-&46B","Integer Variables @% to Z%")
�@�print(" &46C-&47F","Temporary floating point storage area")
�8�print(" &480-&4EC","Start of variable linked list")
�4�print(" &4F6/&4F7","Start of PROC linked list")
�2�print(" &4F8/&4F9","Start of FN linked list")
�!�print(" &4FA-&4FF","Unused")
�E�print(" &500-&5A3","FOR/NEXT loop parameters - up to 10 blocks")
�!�print("","of 15 bytes each")
�D�print(" &5A4-&5B7","REPEAT/UNTIL loop start address low bytes")
�print("","up to 20")
E�print(" &5B8-&5CB","REPEAT/UNTIL loop start address high bytes")
D�print(" &5CC-&5E5","GOSUB return address low bytes - up to 20")
":�print(" &5E6-&5FF","GOSUB return address high bytes")
,@�print(" &600-&6FF","String buffer or CALL parameter block")
6'�print(" &700-&7FF","Input buffer")
@'�200;�13,�205);�207;�54,�205);�188
J�
T�201;�68,�205);�187
^4�printct("ELECTRON MEMORY MAP - Page 8 to &83E")
h �printct("Sound Processing")
r'�199;�13,�196);�194;�54,�196);�182
|�print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
�#�print(" &800-&803","Not used")
�5�print(" &804-&807","Sound queue occupancy flag")
�,�print(" &808-&80B","Current amplitude")
�?�print(" &80C-&80F","Number of amplitude phases processed")
�/�print(" &810-&813","Absolute pitch value")
�;�print(" &814-&817","Number of pitch phases processed")
�5�print(" &818-&81B","Number of steps to process")
�#�print(" &81C-&81F","Duration")
�.�print(" &820-&823","Interval multiplier")
�@�print(" &824-&827","Envelope number/auto repeat parameter")
�<�print(" &828-&82B","Length of remaining note interval")
�.�print(" &82C-&82F","Sync hold parameter")
;�print(" &830-&833","Sound chip current pitch setting")
*�print(" &834-&837","Pitch deviation")
:�print(" &838","Number of channels required for sync")
&,�print(" &839","Current amplitude step")
0.�print(" &83A","Current target amplitude")
:9�print(" &83B","Number of channels on hold for sync")
D@�print(" &83C-&83F","Sound parameter calculation workspace")
N>�print(" &83D","Low order frequency parameter as sent to")
X �print("","sound generator")
b?�print(" &83E","High order frequency parameter as sent to")
l �print("","sound generator")
v'�200;�13,�205);�207;�54,�205);�188
��'''''''
��201;�68,�205);�187
�9�printct("ELECTRON MEMORY MAP - Page 8 (contd) - &C")
�#�printct("Main System Buffers")
�'�199;�13,�196);�194;�54,�196);�182
��print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
�1�print(" &840-&84F","Sound buffer channel 0")
�1�print(" &850-&85F","Sound buffer channel 1")
�1�print(" &860-&86F","Sound buffer channel 2")
�1�print(" &870-&87F","Sound buffer channel 3")
�)�print(" &880-&8BF","Printer buffer")
�*�print(" &8C0-&8FF","Envelopes 1 - 4")
+�print(" &900-&9BF","Envelopes 5 - 16")
@�print(" &9C0-&9FF","Speech buffer (unused on the Electron")
D�print(" &900-&9FF","CFS output buffer (RS423 output buffer if")
 '�print("","interface is connected")
*B�print(" &A00-&AFF","CFS input buffer (RS423 input buffer if")
4'�print("","interface is connected")
>*�print(" &B00-&BFF","Soft key buffer")
H;�print(" &C00-&CFF","User defined characters 224 -255")
R'�200;�13,�205);�207;�54,�205);�188
\
�'''''
f�3
p:�''"PLEASE PRESS <F> FOR NEXT FILE, <M> FOR MAIN MENU"
z�:� �="F" � �="M"
�� �="F" � �"$.MM5"
�� �="M" � �"$.MENU"
��
�3��printct(t$):�186;�68/2-�t$/2);t$;�69);�186:�
�<��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 05 f4 0d  00 3c 06 eb 36 0d 00 46  |**..2....<..6..F|
00000090  26 f1 8a 36 2c 31 29 22  4d 65 6d 6f 72 79 20 4d  |&..6,1)"Memory M|
000000a0  61 70 20 28 50 61 67 65  73 20 34 20 74 6f 20 26  |ap (Pages 4 to &|
000000b0  43 29 22 0d 00 50 20 f1  27 22 53 63 72 65 65 6e  |C)"..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 2f 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 73 20 34 2d 37 22  |MAP - Pages 4-7"|
00000160  29 0d 00 82 22 f2 70 72  69 6e 74 63 74 28 22 4c  |)...".printct("L|
00000170  61 6e 67 75 61 67 65 20  57 6f 72 6b 73 70 61 63  |anguage Workspac|
00000180  65 22 29 0d 00 8c 27 f1  bd 31 39 39 3b c4 31 33  |e")...'..199;.13|
00000190  2c bd 31 39 36 29 3b bd  31 39 34 3b c4 35 34 2c  |,.196);.194;.54,|
000001a0  bd 31 39 36 29 3b bd 31  38 32 0d 00 96 1d f2 70  |.196);.182.....p|
000001b0  72 69 6e 74 28 22 20 20  41 64 64 72 65 73 73 22  |rint("  Address"|
000001c0  2c 22 55 73 65 22 29 0d  00 a0 27 f1 bd 31 39 39  |,"Use")...'..199|
000001d0  3b c4 31 33 2c bd 31 39  36 29 3b bd 31 39 37 3b  |;.13,.196);.197;|
000001e0  c4 35 34 2c bd 31 39 36  29 3b bd 31 38 32 0d 00  |.54,.196);.182..|
000001f0  aa 35 f2 70 72 69 6e 74  28 22 20 26 34 30 30 2d  |.5.print(" &400-|
00000200  26 34 36 42 22 2c 22 49  6e 74 65 67 65 72 20 56  |&46B","Integer V|
00000210  61 72 69 61 62 6c 65 73  20 40 25 20 74 6f 20 5a  |ariables @% to Z|
00000220  25 22 29 0d 00 b4 40 f2  70 72 69 6e 74 28 22 20  |%")...@.print(" |
00000230  26 34 36 43 2d 26 34 37  46 22 2c 22 54 65 6d 70  |&46C-&47F","Temp|
00000240  6f 72 61 72 79 20 66 6c  6f 61 74 69 6e 67 20 70  |orary floating p|
00000250  6f 69 6e 74 20 73 74 6f  72 61 67 65 20 61 72 65  |oint storage are|
00000260  61 22 29 0d 00 be 38 f2  70 72 69 6e 74 28 22 20  |a")...8.print(" |
00000270  26 34 38 30 2d 26 34 45  43 22 2c 22 53 74 61 72  |&480-&4EC","Star|
00000280  74 20 6f 66 20 76 61 72  69 61 62 6c 65 20 6c 69  |t of variable li|
00000290  6e 6b 65 64 20 6c 69 73  74 22 29 0d 00 c8 34 f2  |nked list")...4.|
000002a0  70 72 69 6e 74 28 22 20  26 34 46 36 2f 26 34 46  |print(" &4F6/&4F|
000002b0  37 22 2c 22 53 74 61 72  74 20 6f 66 20 50 52 4f  |7","Start of PRO|
000002c0  43 20 6c 69 6e 6b 65 64  20 6c 69 73 74 22 29 0d  |C linked list").|
000002d0  00 d2 32 f2 70 72 69 6e  74 28 22 20 26 34 46 38  |..2.print(" &4F8|
000002e0  2f 26 34 46 39 22 2c 22  53 74 61 72 74 20 6f 66  |/&4F9","Start of|
000002f0  20 46 4e 20 6c 69 6e 6b  65 64 20 6c 69 73 74 22  | FN linked list"|
00000300  29 0d 00 dc 21 f2 70 72  69 6e 74 28 22 20 26 34  |)...!.print(" &4|
00000310  46 41 2d 26 34 46 46 22  2c 22 55 6e 75 73 65 64  |FA-&4FF","Unused|
00000320  22 29 0d 00 e6 45 f2 70  72 69 6e 74 28 22 20 26  |")...E.print(" &|
00000330  35 30 30 2d 26 35 41 33  22 2c 22 46 4f 52 2f 4e  |500-&5A3","FOR/N|
00000340  45 58 54 20 6c 6f 6f 70  20 70 61 72 61 6d 65 74  |EXT loop paramet|
00000350  65 72 73 20 2d 20 75 70  20 74 6f 20 31 30 20 62  |ers - up to 10 b|
00000360  6c 6f 63 6b 73 22 29 0d  00 f0 21 f2 70 72 69 6e  |locks")...!.prin|
00000370  74 28 22 22 2c 22 6f 66  20 31 35 20 62 79 74 65  |t("","of 15 byte|
00000380  73 20 65 61 63 68 22 29  0d 00 fa 44 f2 70 72 69  |s each")...D.pri|
00000390  6e 74 28 22 20 26 35 41  34 2d 26 35 42 37 22 2c  |nt(" &5A4-&5B7",|
000003a0  22 52 45 50 45 41 54 2f  55 4e 54 49 4c 20 6c 6f  |"REPEAT/UNTIL lo|
000003b0  6f 70 20 73 74 61 72 74  20 61 64 64 72 65 73 73  |op start address|
000003c0  20 6c 6f 77 20 62 79 74  65 73 22 29 0d 01 04 19  | low bytes")....|
000003d0  f2 70 72 69 6e 74 28 22  22 2c 22 75 70 20 74 6f  |.print("","up to|
000003e0  20 32 30 22 29 0d 01 0e  45 f2 70 72 69 6e 74 28  | 20")...E.print(|
000003f0  22 20 26 35 42 38 2d 26  35 43 42 22 2c 22 52 45  |" &5B8-&5CB","RE|
00000400  50 45 41 54 2f 55 4e 54  49 4c 20 6c 6f 6f 70 20  |PEAT/UNTIL loop |
00000410  73 74 61 72 74 20 61 64  64 72 65 73 73 20 68 69  |start address hi|
00000420  67 68 20 62 79 74 65 73  22 29 0d 01 18 44 f2 70  |gh bytes")...D.p|
00000430  72 69 6e 74 28 22 20 26  35 43 43 2d 26 35 45 35  |rint(" &5CC-&5E5|
00000440  22 2c 22 47 4f 53 55 42  20 72 65 74 75 72 6e 20  |","GOSUB return |
00000450  61 64 64 72 65 73 73 20  6c 6f 77 20 62 79 74 65  |address low byte|
00000460  73 20 2d 20 75 70 20 74  6f 20 32 30 22 29 0d 01  |s - up to 20")..|
00000470  22 3a f2 70 72 69 6e 74  28 22 20 26 35 45 36 2d  |":.print(" &5E6-|
00000480  26 35 46 46 22 2c 22 47  4f 53 55 42 20 72 65 74  |&5FF","GOSUB ret|
00000490  75 72 6e 20 61 64 64 72  65 73 73 20 68 69 67 68  |urn address high|
000004a0  20 62 79 74 65 73 22 29  0d 01 2c 40 f2 70 72 69  | bytes")..,@.pri|
000004b0  6e 74 28 22 20 26 36 30  30 2d 26 36 46 46 22 2c  |nt(" &600-&6FF",|
000004c0  22 53 74 72 69 6e 67 20  62 75 66 66 65 72 20 6f  |"String buffer o|
000004d0  72 20 43 41 4c 4c 20 70  61 72 61 6d 65 74 65 72  |r CALL parameter|
000004e0  20 62 6c 6f 63 6b 22 29  0d 01 36 27 f2 70 72 69  | block")..6'.pri|
000004f0  6e 74 28 22 20 26 37 30  30 2d 26 37 46 46 22 2c  |nt(" &700-&7FF",|
00000500  22 49 6e 70 75 74 20 62  75 66 66 65 72 22 29 0d  |"Input buffer").|
00000510  01 40 27 f1 bd 32 30 30  3b c4 31 33 2c bd 32 30  |.@'..200;.13,.20|
00000520  35 29 3b bd 32 30 37 3b  c4 35 34 2c bd 32 30 35  |5);.207;.54,.205|
00000530  29 3b bd 31 38 38 0d 01  4a 05 f1 0d 01 54 18 f1  |);.188..J....T..|
00000540  bd 32 30 31 3b c4 36 38  2c bd 32 30 35 29 3b bd  |.201;.68,.205);.|
00000550  31 38 37 0d 01 5e 34 f2  70 72 69 6e 74 63 74 28  |187..^4.printct(|
00000560  22 45 4c 45 43 54 52 4f  4e 20 4d 45 4d 4f 52 59  |"ELECTRON MEMORY|
00000570  20 4d 41 50 20 2d 20 50  61 67 65 20 38 20 74 6f  | MAP - Page 8 to|
00000580  20 26 38 33 45 22 29 0d  01 68 20 f2 70 72 69 6e  | &83E")..h .prin|
00000590  74 63 74 28 22 53 6f 75  6e 64 20 50 72 6f 63 65  |tct("Sound Proce|
000005a0  73 73 69 6e 67 22 29 0d  01 72 27 f1 bd 31 39 39  |ssing")..r'..199|
000005b0  3b c4 31 33 2c bd 31 39  36 29 3b bd 31 39 34 3b  |;.13,.196);.194;|
000005c0  c4 35 34 2c bd 31 39 36  29 3b bd 31 38 32 0d 01  |.54,.196);.182..|
000005d0  7c 1d f2 70 72 69 6e 74  28 22 20 20 41 64 64 72  ||..print("  Addr|
000005e0  65 73 73 22 2c 22 55 73  65 22 29 0d 01 86 27 f1  |ess","Use")...'.|
000005f0  bd 31 39 39 3b c4 31 33  2c bd 31 39 36 29 3b bd  |.199;.13,.196);.|
00000600  31 39 37 3b c4 35 34 2c  bd 31 39 36 29 3b bd 31  |197;.54,.196);.1|
00000610  38 32 0d 01 90 23 f2 70  72 69 6e 74 28 22 20 26  |82...#.print(" &|
00000620  38 30 30 2d 26 38 30 33  22 2c 22 4e 6f 74 20 75  |800-&803","Not u|
00000630  73 65 64 22 29 0d 01 9a  35 f2 70 72 69 6e 74 28  |sed")...5.print(|
00000640  22 20 26 38 30 34 2d 26  38 30 37 22 2c 22 53 6f  |" &804-&807","So|
00000650  75 6e 64 20 71 75 65 75  65 20 6f 63 63 75 70 61  |und queue occupa|
00000660  6e 63 79 20 66 6c 61 67  22 29 0d 01 a4 2c f2 70  |ncy flag")...,.p|
00000670  72 69 6e 74 28 22 20 26  38 30 38 2d 26 38 30 42  |rint(" &808-&80B|
00000680  22 2c 22 43 75 72 72 65  6e 74 20 61 6d 70 6c 69  |","Current ampli|
00000690  74 75 64 65 22 29 0d 01  ae 3f f2 70 72 69 6e 74  |tude")...?.print|
000006a0  28 22 20 26 38 30 43 2d  26 38 30 46 22 2c 22 4e  |(" &80C-&80F","N|
000006b0  75 6d 62 65 72 20 6f 66  20 61 6d 70 6c 69 74 75  |umber of amplitu|
000006c0  64 65 20 70 68 61 73 65  73 20 70 72 6f 63 65 73  |de phases proces|
000006d0  73 65 64 22 29 0d 01 b8  2f f2 70 72 69 6e 74 28  |sed").../.print(|
000006e0  22 20 26 38 31 30 2d 26  38 31 33 22 2c 22 41 62  |" &810-&813","Ab|
000006f0  73 6f 6c 75 74 65 20 70  69 74 63 68 20 76 61 6c  |solute pitch val|
00000700  75 65 22 29 0d 01 c2 3b  f2 70 72 69 6e 74 28 22  |ue")...;.print("|
00000710  20 26 38 31 34 2d 26 38  31 37 22 2c 22 4e 75 6d  | &814-&817","Num|
00000720  62 65 72 20 6f 66 20 70  69 74 63 68 20 70 68 61  |ber of pitch pha|
00000730  73 65 73 20 70 72 6f 63  65 73 73 65 64 22 29 0d  |ses processed").|
00000740  01 cc 35 f2 70 72 69 6e  74 28 22 20 26 38 31 38  |..5.print(" &818|
00000750  2d 26 38 31 42 22 2c 22  4e 75 6d 62 65 72 20 6f  |-&81B","Number o|
00000760  66 20 73 74 65 70 73 20  74 6f 20 70 72 6f 63 65  |f steps to proce|
00000770  73 73 22 29 0d 01 d6 23  f2 70 72 69 6e 74 28 22  |ss")...#.print("|
00000780  20 26 38 31 43 2d 26 38  31 46 22 2c 22 44 75 72  | &81C-&81F","Dur|
00000790  61 74 69 6f 6e 22 29 0d  01 e0 2e f2 70 72 69 6e  |ation").....prin|
000007a0  74 28 22 20 26 38 32 30  2d 26 38 32 33 22 2c 22  |t(" &820-&823","|
000007b0  49 6e 74 65 72 76 61 6c  20 6d 75 6c 74 69 70 6c  |Interval multipl|
000007c0  69 65 72 22 29 0d 01 ea  40 f2 70 72 69 6e 74 28  |ier")...@.print(|
000007d0  22 20 26 38 32 34 2d 26  38 32 37 22 2c 22 45 6e  |" &824-&827","En|
000007e0  76 65 6c 6f 70 65 20 6e  75 6d 62 65 72 2f 61 75  |velope number/au|
000007f0  74 6f 20 72 65 70 65 61  74 20 70 61 72 61 6d 65  |to repeat parame|
00000800  74 65 72 22 29 0d 01 f4  3c f2 70 72 69 6e 74 28  |ter")...<.print(|
00000810  22 20 26 38 32 38 2d 26  38 32 42 22 2c 22 4c 65  |" &828-&82B","Le|
00000820  6e 67 74 68 20 6f 66 20  72 65 6d 61 69 6e 69 6e  |ngth of remainin|
00000830  67 20 6e 6f 74 65 20 69  6e 74 65 72 76 61 6c 22  |g note interval"|
00000840  29 0d 01 fe 2e f2 70 72  69 6e 74 28 22 20 26 38  |).....print(" &8|
00000850  32 43 2d 26 38 32 46 22  2c 22 53 79 6e 63 20 68  |2C-&82F","Sync h|
00000860  6f 6c 64 20 70 61 72 61  6d 65 74 65 72 22 29 0d  |old parameter").|
00000870  02 08 3b f2 70 72 69 6e  74 28 22 20 26 38 33 30  |..;.print(" &830|
00000880  2d 26 38 33 33 22 2c 22  53 6f 75 6e 64 20 63 68  |-&833","Sound ch|
00000890  69 70 20 63 75 72 72 65  6e 74 20 70 69 74 63 68  |ip current pitch|
000008a0  20 73 65 74 74 69 6e 67  22 29 0d 02 12 2a f2 70  | setting")...*.p|
000008b0  72 69 6e 74 28 22 20 26  38 33 34 2d 26 38 33 37  |rint(" &834-&837|
000008c0  22 2c 22 50 69 74 63 68  20 64 65 76 69 61 74 69  |","Pitch deviati|
000008d0  6f 6e 22 29 0d 02 1c 3a  f2 70 72 69 6e 74 28 22  |on")...:.print("|
000008e0  20 26 38 33 38 22 2c 22  4e 75 6d 62 65 72 20 6f  | &838","Number o|
000008f0  66 20 63 68 61 6e 6e 65  6c 73 20 72 65 71 75 69  |f channels requi|
00000900  72 65 64 20 66 6f 72 20  73 79 6e 63 22 29 0d 02  |red for sync")..|
00000910  26 2c f2 70 72 69 6e 74  28 22 20 26 38 33 39 22  |&,.print(" &839"|
00000920  2c 22 43 75 72 72 65 6e  74 20 61 6d 70 6c 69 74  |,"Current amplit|
00000930  75 64 65 20 73 74 65 70  22 29 0d 02 30 2e f2 70  |ude step")..0..p|
00000940  72 69 6e 74 28 22 20 26  38 33 41 22 2c 22 43 75  |rint(" &83A","Cu|
00000950  72 72 65 6e 74 20 74 61  72 67 65 74 20 61 6d 70  |rrent target amp|
00000960  6c 69 74 75 64 65 22 29  0d 02 3a 39 f2 70 72 69  |litude")..:9.pri|
00000970  6e 74 28 22 20 26 38 33  42 22 2c 22 4e 75 6d 62  |nt(" &83B","Numb|
00000980  65 72 20 6f 66 20 63 68  61 6e 6e 65 6c 73 20 6f  |er of channels o|
00000990  6e 20 68 6f 6c 64 20 66  6f 72 20 73 79 6e 63 22  |n hold for sync"|
000009a0  29 0d 02 44 40 f2 70 72  69 6e 74 28 22 20 26 38  |)..D@.print(" &8|
000009b0  33 43 2d 26 38 33 46 22  2c 22 53 6f 75 6e 64 20  |3C-&83F","Sound |
000009c0  70 61 72 61 6d 65 74 65  72 20 63 61 6c 63 75 6c  |parameter calcul|
000009d0  61 74 69 6f 6e 20 77 6f  72 6b 73 70 61 63 65 22  |ation workspace"|
000009e0  29 0d 02 4e 3e f2 70 72  69 6e 74 28 22 20 26 38  |)..N>.print(" &8|
000009f0  33 44 22 2c 22 4c 6f 77  20 6f 72 64 65 72 20 66  |3D","Low order f|
00000a00  72 65 71 75 65 6e 63 79  20 70 61 72 61 6d 65 74  |requency paramet|
00000a10  65 72 20 61 73 20 73 65  6e 74 20 74 6f 22 29 0d  |er as sent to").|
00000a20  02 58 20 f2 70 72 69 6e  74 28 22 22 2c 22 73 6f  |.X .print("","so|
00000a30  75 6e 64 20 67 65 6e 65  72 61 74 6f 72 22 29 0d  |und generator").|
00000a40  02 62 3f f2 70 72 69 6e  74 28 22 20 26 38 33 45  |.b?.print(" &83E|
00000a50  22 2c 22 48 69 67 68 20  6f 72 64 65 72 20 66 72  |","High order fr|
00000a60  65 71 75 65 6e 63 79 20  70 61 72 61 6d 65 74 65  |equency paramete|
00000a70  72 20 61 73 20 73 65 6e  74 20 74 6f 22 29 0d 02  |r as sent to")..|
00000a80  6c 20 f2 70 72 69 6e 74  28 22 22 2c 22 73 6f 75  |l .print("","sou|
00000a90  6e 64 20 67 65 6e 65 72  61 74 6f 72 22 29 0d 02  |nd generator")..|
00000aa0  76 27 f1 bd 32 30 30 3b  c4 31 33 2c bd 32 30 35  |v'..200;.13,.205|
00000ab0  29 3b bd 32 30 37 3b c4  35 34 2c bd 32 30 35 29  |);.207;.54,.205)|
00000ac0  3b bd 31 38 38 0d 02 80  0c f1 27 27 27 27 27 27  |;.188.....''''''|
00000ad0  27 0d 02 8a 18 f1 bd 32  30 31 3b c4 36 38 2c bd  |'......201;.68,.|
00000ae0  32 30 35 29 3b bd 31 38  37 0d 02 94 39 f2 70 72  |205);.187...9.pr|
00000af0  69 6e 74 63 74 28 22 45  4c 45 43 54 52 4f 4e 20  |intct("ELECTRON |
00000b00  4d 45 4d 4f 52 59 20 4d  41 50 20 2d 20 50 61 67  |MEMORY MAP - Pag|
00000b10  65 20 38 20 28 63 6f 6e  74 64 29 20 2d 20 26 43  |e 8 (contd) - &C|
00000b20  22 29 0d 02 9e 23 f2 70  72 69 6e 74 63 74 28 22  |")...#.printct("|
00000b30  4d 61 69 6e 20 53 79 73  74 65 6d 20 42 75 66 66  |Main System Buff|
00000b40  65 72 73 22 29 0d 02 a8  27 f1 bd 31 39 39 3b c4  |ers")...'..199;.|
00000b50  31 33 2c bd 31 39 36 29  3b bd 31 39 34 3b c4 35  |13,.196);.194;.5|
00000b60  34 2c bd 31 39 36 29 3b  bd 31 38 32 0d 02 b2 1d  |4,.196);.182....|
00000b70  f2 70 72 69 6e 74 28 22  20 20 41 64 64 72 65 73  |.print("  Addres|
00000b80  73 22 2c 22 55 73 65 22  29 0d 02 bc 27 f1 bd 31  |s","Use")...'..1|
00000b90  39 39 3b c4 31 33 2c bd  31 39 36 29 3b bd 31 39  |99;.13,.196);.19|
00000ba0  37 3b c4 35 34 2c bd 31  39 36 29 3b bd 31 38 32  |7;.54,.196);.182|
00000bb0  0d 02 c6 31 f2 70 72 69  6e 74 28 22 20 26 38 34  |...1.print(" &84|
00000bc0  30 2d 26 38 34 46 22 2c  22 53 6f 75 6e 64 20 62  |0-&84F","Sound b|
00000bd0  75 66 66 65 72 20 63 68  61 6e 6e 65 6c 20 30 22  |uffer channel 0"|
00000be0  29 0d 02 d0 31 f2 70 72  69 6e 74 28 22 20 26 38  |)...1.print(" &8|
00000bf0  35 30 2d 26 38 35 46 22  2c 22 53 6f 75 6e 64 20  |50-&85F","Sound |
00000c00  62 75 66 66 65 72 20 63  68 61 6e 6e 65 6c 20 31  |buffer channel 1|
00000c10  22 29 0d 02 da 31 f2 70  72 69 6e 74 28 22 20 26  |")...1.print(" &|
00000c20  38 36 30 2d 26 38 36 46  22 2c 22 53 6f 75 6e 64  |860-&86F","Sound|
00000c30  20 62 75 66 66 65 72 20  63 68 61 6e 6e 65 6c 20  | buffer channel |
00000c40  32 22 29 0d 02 e4 31 f2  70 72 69 6e 74 28 22 20  |2")...1.print(" |
00000c50  26 38 37 30 2d 26 38 37  46 22 2c 22 53 6f 75 6e  |&870-&87F","Soun|
00000c60  64 20 62 75 66 66 65 72  20 63 68 61 6e 6e 65 6c  |d buffer channel|
00000c70  20 33 22 29 0d 02 ee 29  f2 70 72 69 6e 74 28 22  | 3")...).print("|
00000c80  20 26 38 38 30 2d 26 38  42 46 22 2c 22 50 72 69  | &880-&8BF","Pri|
00000c90  6e 74 65 72 20 62 75 66  66 65 72 22 29 0d 02 f8  |nter buffer")...|
00000ca0  2a f2 70 72 69 6e 74 28  22 20 26 38 43 30 2d 26  |*.print(" &8C0-&|
00000cb0  38 46 46 22 2c 22 45 6e  76 65 6c 6f 70 65 73 20  |8FF","Envelopes |
00000cc0  31 20 2d 20 34 22 29 0d  03 02 2b f2 70 72 69 6e  |1 - 4")...+.prin|
00000cd0  74 28 22 20 26 39 30 30  2d 26 39 42 46 22 2c 22  |t(" &900-&9BF","|
00000ce0  45 6e 76 65 6c 6f 70 65  73 20 35 20 2d 20 31 36  |Envelopes 5 - 16|
00000cf0  22 29 0d 03 0c 40 f2 70  72 69 6e 74 28 22 20 26  |")...@.print(" &|
00000d00  39 43 30 2d 26 39 46 46  22 2c 22 53 70 65 65 63  |9C0-&9FF","Speec|
00000d10  68 20 62 75 66 66 65 72  20 28 75 6e 75 73 65 64  |h buffer (unused|
00000d20  20 6f 6e 20 74 68 65 20  45 6c 65 63 74 72 6f 6e  | on the Electron|
00000d30  22 29 0d 03 16 44 f2 70  72 69 6e 74 28 22 20 26  |")...D.print(" &|
00000d40  39 30 30 2d 26 39 46 46  22 2c 22 43 46 53 20 6f  |900-&9FF","CFS o|
00000d50  75 74 70 75 74 20 62 75  66 66 65 72 20 28 52 53  |utput buffer (RS|
00000d60  34 32 33 20 6f 75 74 70  75 74 20 62 75 66 66 65  |423 output buffe|
00000d70  72 20 69 66 22 29 0d 03  20 27 f2 70 72 69 6e 74  |r if").. '.print|
00000d80  28 22 22 2c 22 69 6e 74  65 72 66 61 63 65 20 69  |("","interface i|
00000d90  73 20 63 6f 6e 6e 65 63  74 65 64 22 29 0d 03 2a  |s connected")..*|
00000da0  42 f2 70 72 69 6e 74 28  22 20 26 41 30 30 2d 26  |B.print(" &A00-&|
00000db0  41 46 46 22 2c 22 43 46  53 20 69 6e 70 75 74 20  |AFF","CFS input |
00000dc0  62 75 66 66 65 72 20 28  52 53 34 32 33 20 69 6e  |buffer (RS423 in|
00000dd0  70 75 74 20 62 75 66 66  65 72 20 69 66 22 29 0d  |put buffer if").|
00000de0  03 34 27 f2 70 72 69 6e  74 28 22 22 2c 22 69 6e  |.4'.print("","in|
00000df0  74 65 72 66 61 63 65 20  69 73 20 63 6f 6e 6e 65  |terface is conne|
00000e00  63 74 65 64 22 29 0d 03  3e 2a f2 70 72 69 6e 74  |cted")..>*.print|
00000e10  28 22 20 26 42 30 30 2d  26 42 46 46 22 2c 22 53  |(" &B00-&BFF","S|
00000e20  6f 66 74 20 6b 65 79 20  62 75 66 66 65 72 22 29  |oft key buffer")|
00000e30  0d 03 48 3b f2 70 72 69  6e 74 28 22 20 26 43 30  |..H;.print(" &C0|
00000e40  30 2d 26 43 46 46 22 2c  22 55 73 65 72 20 64 65  |0-&CFF","User de|
00000e50  66 69 6e 65 64 20 63 68  61 72 61 63 74 65 72 73  |fined characters|
00000e60  20 32 32 34 20 2d 32 35  35 22 29 0d 03 52 27 f1  | 224 -255")..R'.|
00000e70  bd 32 30 30 3b c4 31 33  2c bd 32 30 35 29 3b bd  |.200;.13,.205);.|
00000e80  32 30 37 3b c4 35 34 2c  bd 32 30 35 29 3b bd 31  |207;.54,.205);.1|
00000e90  38 38 0d 03 5c 0a f1 27  27 27 27 27 0d 03 66 06  |88..\..'''''..f.|
00000ea0  ef 33 0d 03 70 3a f1 27  27 22 50 4c 45 41 53 45  |.3..p:.''"PLEASE|
00000eb0  20 50 52 45 53 53 20 3c  46 3e 20 46 4f 52 20 4e  | PRESS <F> FOR N|
00000ec0  45 58 54 20 46 49 4c 45  2c 20 3c 4d 3e 20 46 4f  |EXT FILE, <M> FO|
00000ed0  52 20 4d 41 49 4e 20 4d  45 4e 55 22 0d 03 7a 15  |R MAIN MENU"..z.|
00000ee0  f5 3a fd 20 be 3d 22 46  22 20 84 20 be 3d 22 4d  |.:. .="F" . .="M|
00000ef0  22 0d 03 84 16 e7 20 be  3d 22 46 22 20 8c 20 d7  |"..... .="F" . .|
00000f00  22 24 2e 4d 4d 35 22 0d  03 8e 17 e7 20 be 3d 22  |"$.MM5"..... .="|
00000f10  4d 22 20 8c 20 d7 22 24  2e 4d 45 4e 55 22 0d 03  |M" . ."$.MENU"..|
00000f20  98 05 e0 0d 03 a2 33 dd  f2 70 72 69 6e 74 63 74  |......3..printct|
00000f30  28 74 24 29 3a f1 bd 31  38 36 3b 8a 36 38 2f 32  |(t$):..186;.68/2|
00000f40  2d a9 74 24 2f 32 29 3b  74 24 3b 8a 36 39 29 3b  |-.t$/2);t$;.69);|
00000f50  bd 31 38 36 3a e1 0d 03  ac 3c dd f2 70 72 69 6e  |.186:....<..prin|
00000f60  74 28 61 24 2c 62 24 29  3a f1 bd 31 38 36 3b 8a  |t(a$,b$):..186;.|
00000f70  32 29 61 24 3b 8a 31 34  29 3b bd 31 37 39 3b 8a  |2)a$;.14);.179;.|
00000f80  31 36 29 3b 62 24 3b 8a  36 39 29 3b bd 31 38 36  |16);b$;.69);.186|
00000f90  3a e1 0d ff                                       |:...|
00000f94
MM4.m0
MM4.m1
MM4.m2
MM4.m4
MM4.m5