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

MM1

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: MM1
Read OK:
File size: 172A bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10REM ***************************
   20REM Print Electron Memory Map
   30REM by R.A.Dimond February 1993
   40REM ***************************
   50REM Pages 0 and 1
   60MODE6
   70PRINTTAB(6,1)"Memory Map 1 (Pages Zero & 1)"
   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 - Zero Page")
  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("  &00/&01","LOMEM")
  170PROCprint("  &02/&03","Heap pointer - top of variable stack")
  180PROCprint("  &04/&05","Basic stack pointer")
  190PROCprint("  &06/&07","HIMEM")
  200PROCprint("  &08/&09","ERL")
  210PROCprint("  &0A","PTRA offset - index to current statement")
  220PROCprint("  &0B/&0C","PTRA base - pointer to start of current statement")
  230PROCprint("  &0D-&11","Pseudo random number for RND")
  240PROCprint("  &12/&13","TOP")
  250PROCprint("  &14","Size of print field")
  260PROCprint("  &15","Hex print flag")
  270PROCprint("  &16/&17","ON ERROR pointer")
  280PROCprint("  &18","High byte of PAGE - low byte assumed to be zero")
  290PROCprint("  &19/&1A","PTRB base -start of current expression")
  300PROCprint("  &1B","PTRB offset - index to current expression")
  310PROCprint("  &1C/&1D","Pointer to next DATA item")
  320PROCprint("  &1E","COUNT value")
  330PROCprint("  &1F","LISTO option")
  340PROCprint("","   Bit0 - space after line number")
  350PROCprint("","   Bit1 - indent FORs")
  360PROCprint("","   Bit2 - indent REPEATs")
  370PROCprint("  &20","TRACE flag")
  380PROCprint("  &21/&22","Maximum TRACE line number")
  390PROCprint("  &23","WIDTH")
  400PROCprint("  &24","REPEAT/UNTIL loop depth counter")
  410PROCprint("  &25","GOSUB depth counter")
  420PROCprint("  &26","FOR/NEXT loop depth counter")
  430PROCprint("  &28","OPT assembler value:")
  440PROCprint("","   Bit0 - Produce listing")
  450PROCprint("","   Bit1 - give errors")
  460PROCprint("","   Bit2 - relocate")
  470PROCprint("  &2A-&2D","IntA - workspace for integer calculations")
  480PROCprint("  &2E-&35","FPA - workspace for floating point calculations")
  490PROCprint("  &36","StrA - length of string at &600")
  500PROCprint("  &3B-&42","FPB - workspace for floating point calculations")
  510PROCprint("  &4F-&8F","Not used")
  520PROCprint("  &90-/&9F","Econet - not available on the Electron")
  530PROCprint("","so won't be used")
  540PROCprint("  &A0-&A7","NMI workspace - used by disc systems")
  550PROCprint("","free if cassette only")
  560PROCprint("  &A8/&AF","Used by star commands, free if none used")
  570PROCprint("  &B0-&BF","Filing system workspace")
  580PROCprint("  &C0-&CF","Used by currnetly active filing system")
  590PROCprint("  &D0","VDU status byte:")
  600PROCprint("","       Bit0 - Printer output status")
  610PROCprint("","       Bit1 - Scrolling disabled")
  620PROCprint("","       Bit2 - Paged mode selected")
  630PROCprint("","       Bit3 - Software scroll")
  640PROCprint("","       Bit4 - Not uesd")
  650PROCprint("","       Bit5 - VDU5 enabled")
  660PROCprint("","       Bit6 - Cursor split status")
  670PROCprint("","       Bit7 - VDU disable status")
  680PROCprint("  &D1","Mask for current graphics point")
  690PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
  700PRINT'
  710PRINTCHR$201;STRING$(68,CHR$205);CHR$187
  720PROCprintct("ELECTRON MEMORY MAP - Zero Page (contd)")
  730PRINTCHR$199;STRING$(13,CHR$196);CHR$194;STRING$(54,CHR$196);CHR$182
  740PROCprint("  Address","Use")
  750PRINTCHR$199;STRING$(13,CHR$196);CHR$197;STRING$(54,CHR$196);CHR$182
  760PROCprint("  &D2/&D3","Text colour bytes to be ORed and EORed into memory")
  770PROCprint("  &D4/&D5","Graphics colour bytes to be ORed and EORed")
  780PROCprint("","into memory")
  790PROCprint("  &D6/&D7","Address of current graphics character cell")
  800PROCprint("  &D8/&D9","Address of current text character cell")
  810PROCprint("  &DA-&DF","Temporary workspace")
  820PROCprint("  &E0/&E1","Not used")
  830PROCprint("  &E2","Cassette filing system status byte:")
  840PROCprint("","        Bit0 - Input file open")
  850PROCprint("","        Bit1 - Output file open")
  860PROCprint("","        Bit2 - Not used")
  870PROCprint("","        Bit3 - Set if cataloguing")
  880PROCprint("","        Bit4 - Not used")
  890PROCprint("","        Bit5 - Not used")
  900PROCprint("","        Bit6 - At end of file?")
  910PROCprint("","        Bit7 - End of file warning given?")
  920PROCprint("  &E3","Cassette *OPT options in low nibble")
  930PROCprint("  &E4-&E6","Operating system workspace")
  940PROCprint("  &E7","Auto repeat countdown timer")
  950PROCprint("  &E8/&E9","Address of input buffer - used by osword 0")
  960PROCprint("  &EA","RS423 timeout counter, free if no RS423")
  970PROCprint("  &EB","Used by cassette system")
  980PROCprint("  &EC","Internal key number of last key pressed")
  990PROCprint("  &ED","Internal key number of first key if")
 1000PROCprint("","more than one pressed")
 1010PROCprint("  &EE","Internal key number of key to be ignored")
 1020PROCprint("  &EF","Copy of A register of last osbyte or osword")
 1030PROCprint("  &F0","Copy of X register of last osbyte or osword")
 1040PROCprint("  &F1","Copy of Y register of last osbyte or osword")
 1050PROCprint("  &F2/&F3","Text pointer to star commands and filenames")
 1060PROCprint("  &F4","Number of currently selected rom")
 1070PROCprint("  &F5-&F9","Not used")
 1080PROCprint("  &FA/&FB","Operating system workspace")
 1090PROCprint("  &FC","Copy of A register at last interrupt")
 1100PROCprint("  &FD/&FE","Points to byte after last BRK or")
 1110PROCprint("","language version string")
 1120PROCprint("  &FF","Escape flag")
 1130PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
 1140PRINT
 1150PRINTCHR$201;STRING$(68,CHR$205);CHR$187
 1160PROCprintct("ELECTRON MEMORY MAP - Page 1")
 1170PRINTCHR$199;STRING$(13,CHR$196);CHR$194;STRING$(54,CHR$196);CHR$182
 1180PROCprint("  Address","Use")
 1190PRINTCHR$199;STRING$(13,CHR$196);CHR$197;STRING$(54,CHR$196);CHR$182
 1200PROCprint(" &100/&1FF","6502 stack - stacks from &1FF downwards")
 1210PROCprint("","Lower half may be used as scratch pad")
 1220PROCprint("","Paged ROM service routines may use the bottom")
 1230PROCprint("","to store error messages")
 1240PRINTCHR$200;STRING$(13,CHR$205);CHR$207;STRING$(54,CHR$205);CHR$188
 1250PRINT
 1260VDU3
 1261PRINT''"PLEASE PRESS <F> FOR NEXT FILE, <M> FOR MAIN MENU"
 1262REPEAT:UNTIL GET$="F" OR GET$="M"
 1263IF GET$="F" THEN CHAIN"$.MM2"
 1264IF GET$="M" THEN CHAIN"$.MENU"
 1270END
 1280DEFPROCprintct(t$):PRINTCHR$186;TAB(68/2-LENt$/2);t$;TAB(69);CHR$186:ENDPROC
 1290DEFPROCprint(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� Pages 0 and 1
<�6
F)�6,1)"Memory Map 1 (Pages Zero & 1)"
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 - Zero Page")
�'�199;�13,�196);�194;�54,�196);�182
��print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
��print("  &00/&01","LOMEM")
�>�print("  &02/&03","Heap pointer - top of variable stack")
�-�print("  &04/&05","Basic stack pointer")
��print("  &06/&07","HIMEM")
��print("  &08/&09","ERL")
�>�print("  &0A","PTRA offset - index to current statement")
�K�print("  &0B/&0C","PTRA base - pointer to start of current statement")
�6�print("  &0D-&11","Pseudo random number for RND")
��print("  &12/&13","TOP")
�)�print("  &14","Size of print field")
$�print("  &15","Hex print flag")
*�print("  &16/&17","ON ERROR pointer")
E�print("  &18","High byte of PAGE - low byte assumed to be zero")
"@�print("  &19/&1A","PTRB base -start of current expression")
,?�print("  &1B","PTRB offset - index to current expression")
63�print("  &1C/&1D","Pointer to next DATA item")
@!�print("  &1E","COUNT value")
J"�print("  &1F","LISTO option")
T2�print("","   Bit0 - space after line number")
^&�print("","   Bit1 - indent FORs")
h)�print("","   Bit2 - indent REPEATs")
r �print("  &20","TRACE flag")
|3�print("  &21/&22","Maximum TRACE line number")
��print("  &23","WIDTH")
�5�print("  &24","REPEAT/UNTIL loop depth counter")
�)�print("  &25","GOSUB depth counter")
�1�print("  &26","FOR/NEXT loop depth counter")
�*�print("  &28","OPT assembler value:")
�*�print("","   Bit0 - Produce listing")
�&�print("","   Bit1 - give errors")
�#�print("","   Bit2 - relocate")
�C�print("  &2A-&2D","IntA - workspace for integer calculations")
�I�print("  &2E-&35","FPA - workspace for floating point calculations")
�5�print("  &36","StrA - length of string at &600")
�I�print("  &3B-&42","FPB - workspace for floating point calculations")
�"�print("  &4F-&8F","Not used")
A�print("  &90-/&9F","Econet - not available on the Electron")
!�print("","so won't be used")
>�print("  &A0-&A7","NMI workspace - used by disc systems")
&&�print("","free if cassette only")
0B�print("  &A8/&AF","Used by star commands, free if none used")
:1�print("  &B0-&BF","Filing system workspace")
D@�print("  &C0-&CF","Used by currnetly active filing system")
N&�print("  &D0","VDU status byte:")
X4�print("","       Bit0 - Printer output status")
b1�print("","       Bit1 - Scrolling disabled")
l2�print("","       Bit2 - Paged mode selected")
v.�print("","       Bit3 - Software scroll")
�'�print("","       Bit4 - Not uesd")
�+�print("","       Bit5 - VDU5 enabled")
�2�print("","       Bit6 - Cursor split status")
�1�print("","       Bit7 - VDU disable status")
�5�print("  &D1","Mask for current graphics point")
�'�200;�13,�205);�207;�54,�205);�188
��'
��201;�68,�205);�187
�7�printct("ELECTRON MEMORY MAP - Zero Page (contd)")
�'�199;�13,�196);�194;�54,�196);�182
��print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
�L�print("  &D2/&D3","Text colour bytes to be ORed and EORed into memory")
D�print("  &D4/&D5","Graphics colour bytes to be ORed and EORed")
�print("","into memory")
D�print("  &D6/&D7","Address of current graphics character cell")
 @�print("  &D8/&D9","Address of current text character cell")
*-�print("  &DA-&DF","Temporary workspace")
4"�print("  &E0/&E1","Not used")
>9�print("  &E2","Cassette filing system status byte:")
H/�print("","        Bit0 - Input file open")
R0�print("","        Bit1 - Output file open")
\(�print("","        Bit2 - Not used")
f2�print("","        Bit3 - Set if cataloguing")
p(�print("","        Bit4 - Not used")
z(�print("","        Bit5 - Not used")
�/�print("","        Bit6 - At end of file?")
�:�print("","        Bit7 - End of file warning given?")
�9�print("  &E3","Cassette *OPT options in low nibble")
�4�print("  &E4-&E6","Operating system workspace")
�1�print("  &E7","Auto repeat countdown timer")
�D�print("  &E8/&E9","Address of input buffer - used by osword 0")
�=�print("  &EA","RS423 timeout counter, free if no RS423")
�-�print("  &EB","Used by cassette system")
�=�print("  &EC","Internal key number of last key pressed")
�9�print("  &ED","Internal key number of first key if")
�&�print("","more than one pressed")
�>�print("  &EE","Internal key number of key to be ignored")
�A�print("  &EF","Copy of A register of last osbyte or osword")
A�print("  &F0","Copy of X register of last osbyte or osword")
A�print("  &F1","Copy of Y register of last osbyte or osword")
E�print("  &F2/&F3","Text pointer to star commands and filenames")
$6�print("  &F4","Number of currently selected rom")
."�print("  &F5-&F9","Not used")
84�print("  &FA/&FB","Operating system workspace")
B:�print("  &FC","Copy of A register at last interrupt")
L:�print("  &FD/&FE","Points to byte after last BRK or")
V(�print("","language version string")
`!�print("  &FF","Escape flag")
j'�200;�13,�205);�207;�54,�205);�188
t�
~�201;�68,�205);�187
�,�printct("ELECTRON MEMORY MAP - Page 1")
�'�199;�13,�196);�194;�54,�196);�182
��print("  Address","Use")
�'�199;�13,�196);�197;�54,�196);�182
�B�print(" &100/&1FF","6502 stack - stacks from &1FF downwards")
�6�print("","Lower half may be used as scratch pad")
�>�print("","Paged ROM service routines may use the bottom")
�(�print("","to store error messages")
�'�200;�13,�205);�207;�54,�205);�188
��
��3
�:�''"PLEASE PRESS <F> FOR NEXT FILE, <M> FOR MAIN MENU"
��:� �="F" � �="M"
�� �="F" � �"$.MM2"
�� �="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 13 f4 20  50 61 67 65 73 20 30 20  |**..2.. Pages 0 |
00000090  61 6e 64 20 31 0d 00 3c  06 eb 36 0d 00 46 29 f1  |and 1..<..6..F).|
000000a0  8a 36 2c 31 29 22 4d 65  6d 6f 72 79 20 4d 61 70  |.6,1)"Memory Map|
000000b0  20 31 20 28 50 61 67 65  73 20 5a 65 72 6f 20 26  | 1 (Pages Zero &|
000000c0  20 31 29 22 0d 00 50 20  f1 27 22 53 63 72 65 65  | 1)"..P .'"Scree|
000000d0  6e 20 6f 72 20 50 72 69  6e 74 65 72 3f 20 28 53  |n or Printer? (S|
000000e0  2f 50 29 22 0d 00 5a 10  f5 fd a6 2d 38 32 20 84  |/P)"..Z....-82 .|
000000f0  a6 2d 35 36 0d 00 64 33  e7 a6 2d 38 32 20 eb 33  |.-56..d3..-82 .3|
00000100  3a ef 31 34 20 8b eb 33  3a ef 31 35 2c 32 2c 31  |:.14 ..3:.15,2,1|
00000110  2c 32 37 2c 31 2c 35 34  2c 31 2c 32 37 2c 31 2c  |,27,1,54,1,27,1,|
00000120  31 31 36 2c 31 2c 31 0d  00 6e 1c f1 8a 30 29 3b  |116,1,1..n...0);|
00000130  bd 32 30 31 3b c4 36 38  2c bd 32 30 35 29 3b bd  |.201;.68,.205);.|
00000140  31 38 37 0d 00 78 2f f2  70 72 69 6e 74 63 74 28  |187..x/.printct(|
00000150  22 45 4c 45 43 54 52 4f  4e 20 4d 45 4d 4f 52 59  |"ELECTRON MEMORY|
00000160  20 4d 41 50 20 2d 20 5a  65 72 6f 20 50 61 67 65  | MAP - Zero Page|
00000170  22 29 0d 00 82 27 f1 bd  31 39 39 3b c4 31 33 2c  |")...'..199;.13,|
00000180  bd 31 39 36 29 3b bd 31  39 34 3b c4 35 34 2c bd  |.196);.194;.54,.|
00000190  31 39 36 29 3b bd 31 38  32 0d 00 8c 1d f2 70 72  |196);.182.....pr|
000001a0  69 6e 74 28 22 20 20 41  64 64 72 65 73 73 22 2c  |int("  Address",|
000001b0  22 55 73 65 22 29 0d 00  96 27 f1 bd 31 39 39 3b  |"Use")...'..199;|
000001c0  c4 31 33 2c bd 31 39 36  29 3b bd 31 39 37 3b c4  |.13,.196);.197;.|
000001d0  35 34 2c bd 31 39 36 29  3b bd 31 38 32 0d 00 a0  |54,.196);.182...|
000001e0  1f f2 70 72 69 6e 74 28  22 20 20 26 30 30 2f 26  |..print("  &00/&|
000001f0  30 31 22 2c 22 4c 4f 4d  45 4d 22 29 0d 00 aa 3e  |01","LOMEM")...>|
00000200  f2 70 72 69 6e 74 28 22  20 20 26 30 32 2f 26 30  |.print("  &02/&0|
00000210  33 22 2c 22 48 65 61 70  20 70 6f 69 6e 74 65 72  |3","Heap pointer|
00000220  20 2d 20 74 6f 70 20 6f  66 20 76 61 72 69 61 62  | - top of variab|
00000230  6c 65 20 73 74 61 63 6b  22 29 0d 00 b4 2d f2 70  |le stack")...-.p|
00000240  72 69 6e 74 28 22 20 20  26 30 34 2f 26 30 35 22  |rint("  &04/&05"|
00000250  2c 22 42 61 73 69 63 20  73 74 61 63 6b 20 70 6f  |,"Basic stack po|
00000260  69 6e 74 65 72 22 29 0d  00 be 1f f2 70 72 69 6e  |inter").....prin|
00000270  74 28 22 20 20 26 30 36  2f 26 30 37 22 2c 22 48  |t("  &06/&07","H|
00000280  49 4d 45 4d 22 29 0d 00  c8 1d f2 70 72 69 6e 74  |IMEM").....print|
00000290  28 22 20 20 26 30 38 2f  26 30 39 22 2c 22 45 52  |("  &08/&09","ER|
000002a0  4c 22 29 0d 00 d2 3e f2  70 72 69 6e 74 28 22 20  |L")...>.print(" |
000002b0  20 26 30 41 22 2c 22 50  54 52 41 20 6f 66 66 73  | &0A","PTRA offs|
000002c0  65 74 20 2d 20 69 6e 64  65 78 20 74 6f 20 63 75  |et - index to cu|
000002d0  72 72 65 6e 74 20 73 74  61 74 65 6d 65 6e 74 22  |rrent statement"|
000002e0  29 0d 00 dc 4b f2 70 72  69 6e 74 28 22 20 20 26  |)...K.print("  &|
000002f0  30 42 2f 26 30 43 22 2c  22 50 54 52 41 20 62 61  |0B/&0C","PTRA ba|
00000300  73 65 20 2d 20 70 6f 69  6e 74 65 72 20 74 6f 20  |se - pointer to |
00000310  73 74 61 72 74 20 6f 66  20 63 75 72 72 65 6e 74  |start of current|
00000320  20 73 74 61 74 65 6d 65  6e 74 22 29 0d 00 e6 36  | statement")...6|
00000330  f2 70 72 69 6e 74 28 22  20 20 26 30 44 2d 26 31  |.print("  &0D-&1|
00000340  31 22 2c 22 50 73 65 75  64 6f 20 72 61 6e 64 6f  |1","Pseudo rando|
00000350  6d 20 6e 75 6d 62 65 72  20 66 6f 72 20 52 4e 44  |m number for RND|
00000360  22 29 0d 00 f0 1d f2 70  72 69 6e 74 28 22 20 20  |").....print("  |
00000370  26 31 32 2f 26 31 33 22  2c 22 54 4f 50 22 29 0d  |&12/&13","TOP").|
00000380  00 fa 29 f2 70 72 69 6e  74 28 22 20 20 26 31 34  |..).print("  &14|
00000390  22 2c 22 53 69 7a 65 20  6f 66 20 70 72 69 6e 74  |","Size of print|
000003a0  20 66 69 65 6c 64 22 29  0d 01 04 24 f2 70 72 69  | field")...$.pri|
000003b0  6e 74 28 22 20 20 26 31  35 22 2c 22 48 65 78 20  |nt("  &15","Hex |
000003c0  70 72 69 6e 74 20 66 6c  61 67 22 29 0d 01 0e 2a  |print flag")...*|
000003d0  f2 70 72 69 6e 74 28 22  20 20 26 31 36 2f 26 31  |.print("  &16/&1|
000003e0  37 22 2c 22 4f 4e 20 45  52 52 4f 52 20 70 6f 69  |7","ON ERROR poi|
000003f0  6e 74 65 72 22 29 0d 01  18 45 f2 70 72 69 6e 74  |nter")...E.print|
00000400  28 22 20 20 26 31 38 22  2c 22 48 69 67 68 20 62  |("  &18","High b|
00000410  79 74 65 20 6f 66 20 50  41 47 45 20 2d 20 6c 6f  |yte of PAGE - lo|
00000420  77 20 62 79 74 65 20 61  73 73 75 6d 65 64 20 74  |w byte assumed t|
00000430  6f 20 62 65 20 7a 65 72  6f 22 29 0d 01 22 40 f2  |o be zero").."@.|
00000440  70 72 69 6e 74 28 22 20  20 26 31 39 2f 26 31 41  |print("  &19/&1A|
00000450  22 2c 22 50 54 52 42 20  62 61 73 65 20 2d 73 74  |","PTRB base -st|
00000460  61 72 74 20 6f 66 20 63  75 72 72 65 6e 74 20 65  |art of current e|
00000470  78 70 72 65 73 73 69 6f  6e 22 29 0d 01 2c 3f f2  |xpression")..,?.|
00000480  70 72 69 6e 74 28 22 20  20 26 31 42 22 2c 22 50  |print("  &1B","P|
00000490  54 52 42 20 6f 66 66 73  65 74 20 2d 20 69 6e 64  |TRB offset - ind|
000004a0  65 78 20 74 6f 20 63 75  72 72 65 6e 74 20 65 78  |ex to current ex|
000004b0  70 72 65 73 73 69 6f 6e  22 29 0d 01 36 33 f2 70  |pression")..63.p|
000004c0  72 69 6e 74 28 22 20 20  26 31 43 2f 26 31 44 22  |rint("  &1C/&1D"|
000004d0  2c 22 50 6f 69 6e 74 65  72 20 74 6f 20 6e 65 78  |,"Pointer to nex|
000004e0  74 20 44 41 54 41 20 69  74 65 6d 22 29 0d 01 40  |t DATA item")..@|
000004f0  21 f2 70 72 69 6e 74 28  22 20 20 26 31 45 22 2c  |!.print("  &1E",|
00000500  22 43 4f 55 4e 54 20 76  61 6c 75 65 22 29 0d 01  |"COUNT value")..|
00000510  4a 22 f2 70 72 69 6e 74  28 22 20 20 26 31 46 22  |J".print("  &1F"|
00000520  2c 22 4c 49 53 54 4f 20  6f 70 74 69 6f 6e 22 29  |,"LISTO option")|
00000530  0d 01 54 32 f2 70 72 69  6e 74 28 22 22 2c 22 20  |..T2.print(""," |
00000540  20 20 42 69 74 30 20 2d  20 73 70 61 63 65 20 61  |  Bit0 - space a|
00000550  66 74 65 72 20 6c 69 6e  65 20 6e 75 6d 62 65 72  |fter line number|
00000560  22 29 0d 01 5e 26 f2 70  72 69 6e 74 28 22 22 2c  |")..^&.print("",|
00000570  22 20 20 20 42 69 74 31  20 2d 20 69 6e 64 65 6e  |"   Bit1 - inden|
00000580  74 20 46 4f 52 73 22 29  0d 01 68 29 f2 70 72 69  |t FORs")..h).pri|
00000590  6e 74 28 22 22 2c 22 20  20 20 42 69 74 32 20 2d  |nt("","   Bit2 -|
000005a0  20 69 6e 64 65 6e 74 20  52 45 50 45 41 54 73 22  | indent REPEATs"|
000005b0  29 0d 01 72 20 f2 70 72  69 6e 74 28 22 20 20 26  |)..r .print("  &|
000005c0  32 30 22 2c 22 54 52 41  43 45 20 66 6c 61 67 22  |20","TRACE flag"|
000005d0  29 0d 01 7c 33 f2 70 72  69 6e 74 28 22 20 20 26  |)..|3.print("  &|
000005e0  32 31 2f 26 32 32 22 2c  22 4d 61 78 69 6d 75 6d  |21/&22","Maximum|
000005f0  20 54 52 41 43 45 20 6c  69 6e 65 20 6e 75 6d 62  | TRACE line numb|
00000600  65 72 22 29 0d 01 86 1b  f2 70 72 69 6e 74 28 22  |er").....print("|
00000610  20 20 26 32 33 22 2c 22  57 49 44 54 48 22 29 0d  |  &23","WIDTH").|
00000620  01 90 35 f2 70 72 69 6e  74 28 22 20 20 26 32 34  |..5.print("  &24|
00000630  22 2c 22 52 45 50 45 41  54 2f 55 4e 54 49 4c 20  |","REPEAT/UNTIL |
00000640  6c 6f 6f 70 20 64 65 70  74 68 20 63 6f 75 6e 74  |loop depth count|
00000650  65 72 22 29 0d 01 9a 29  f2 70 72 69 6e 74 28 22  |er")...).print("|
00000660  20 20 26 32 35 22 2c 22  47 4f 53 55 42 20 64 65  |  &25","GOSUB de|
00000670  70 74 68 20 63 6f 75 6e  74 65 72 22 29 0d 01 a4  |pth counter")...|
00000680  31 f2 70 72 69 6e 74 28  22 20 20 26 32 36 22 2c  |1.print("  &26",|
00000690  22 46 4f 52 2f 4e 45 58  54 20 6c 6f 6f 70 20 64  |"FOR/NEXT loop d|
000006a0  65 70 74 68 20 63 6f 75  6e 74 65 72 22 29 0d 01  |epth counter")..|
000006b0  ae 2a f2 70 72 69 6e 74  28 22 20 20 26 32 38 22  |.*.print("  &28"|
000006c0  2c 22 4f 50 54 20 61 73  73 65 6d 62 6c 65 72 20  |,"OPT assembler |
000006d0  76 61 6c 75 65 3a 22 29  0d 01 b8 2a f2 70 72 69  |value:")...*.pri|
000006e0  6e 74 28 22 22 2c 22 20  20 20 42 69 74 30 20 2d  |nt("","   Bit0 -|
000006f0  20 50 72 6f 64 75 63 65  20 6c 69 73 74 69 6e 67  | Produce listing|
00000700  22 29 0d 01 c2 26 f2 70  72 69 6e 74 28 22 22 2c  |")...&.print("",|
00000710  22 20 20 20 42 69 74 31  20 2d 20 67 69 76 65 20  |"   Bit1 - give |
00000720  65 72 72 6f 72 73 22 29  0d 01 cc 23 f2 70 72 69  |errors")...#.pri|
00000730  6e 74 28 22 22 2c 22 20  20 20 42 69 74 32 20 2d  |nt("","   Bit2 -|
00000740  20 72 65 6c 6f 63 61 74  65 22 29 0d 01 d6 43 f2  | relocate")...C.|
00000750  70 72 69 6e 74 28 22 20  20 26 32 41 2d 26 32 44  |print("  &2A-&2D|
00000760  22 2c 22 49 6e 74 41 20  2d 20 77 6f 72 6b 73 70  |","IntA - worksp|
00000770  61 63 65 20 66 6f 72 20  69 6e 74 65 67 65 72 20  |ace for integer |
00000780  63 61 6c 63 75 6c 61 74  69 6f 6e 73 22 29 0d 01  |calculations")..|
00000790  e0 49 f2 70 72 69 6e 74  28 22 20 20 26 32 45 2d  |.I.print("  &2E-|
000007a0  26 33 35 22 2c 22 46 50  41 20 2d 20 77 6f 72 6b  |&35","FPA - work|
000007b0  73 70 61 63 65 20 66 6f  72 20 66 6c 6f 61 74 69  |space for floati|
000007c0  6e 67 20 70 6f 69 6e 74  20 63 61 6c 63 75 6c 61  |ng point calcula|
000007d0  74 69 6f 6e 73 22 29 0d  01 ea 35 f2 70 72 69 6e  |tions")...5.prin|
000007e0  74 28 22 20 20 26 33 36  22 2c 22 53 74 72 41 20  |t("  &36","StrA |
000007f0  2d 20 6c 65 6e 67 74 68  20 6f 66 20 73 74 72 69  |- length of stri|
00000800  6e 67 20 61 74 20 26 36  30 30 22 29 0d 01 f4 49  |ng at &600")...I|
00000810  f2 70 72 69 6e 74 28 22  20 20 26 33 42 2d 26 34  |.print("  &3B-&4|
00000820  32 22 2c 22 46 50 42 20  2d 20 77 6f 72 6b 73 70  |2","FPB - worksp|
00000830  61 63 65 20 66 6f 72 20  66 6c 6f 61 74 69 6e 67  |ace for floating|
00000840  20 70 6f 69 6e 74 20 63  61 6c 63 75 6c 61 74 69  | point calculati|
00000850  6f 6e 73 22 29 0d 01 fe  22 f2 70 72 69 6e 74 28  |ons")...".print(|
00000860  22 20 20 26 34 46 2d 26  38 46 22 2c 22 4e 6f 74  |"  &4F-&8F","Not|
00000870  20 75 73 65 64 22 29 0d  02 08 41 f2 70 72 69 6e  | used")...A.prin|
00000880  74 28 22 20 20 26 39 30  2d 2f 26 39 46 22 2c 22  |t("  &90-/&9F","|
00000890  45 63 6f 6e 65 74 20 2d  20 6e 6f 74 20 61 76 61  |Econet - not ava|
000008a0  69 6c 61 62 6c 65 20 6f  6e 20 74 68 65 20 45 6c  |ilable on the El|
000008b0  65 63 74 72 6f 6e 22 29  0d 02 12 21 f2 70 72 69  |ectron")...!.pri|
000008c0  6e 74 28 22 22 2c 22 73  6f 20 77 6f 6e 27 74 20  |nt("","so won't |
000008d0  62 65 20 75 73 65 64 22  29 0d 02 1c 3e f2 70 72  |be used")...>.pr|
000008e0  69 6e 74 28 22 20 20 26  41 30 2d 26 41 37 22 2c  |int("  &A0-&A7",|
000008f0  22 4e 4d 49 20 77 6f 72  6b 73 70 61 63 65 20 2d  |"NMI workspace -|
00000900  20 75 73 65 64 20 62 79  20 64 69 73 63 20 73 79  | used by disc sy|
00000910  73 74 65 6d 73 22 29 0d  02 26 26 f2 70 72 69 6e  |stems")..&&.prin|
00000920  74 28 22 22 2c 22 66 72  65 65 20 69 66 20 63 61  |t("","free if ca|
00000930  73 73 65 74 74 65 20 6f  6e 6c 79 22 29 0d 02 30  |ssette only")..0|
00000940  42 f2 70 72 69 6e 74 28  22 20 20 26 41 38 2f 26  |B.print("  &A8/&|
00000950  41 46 22 2c 22 55 73 65  64 20 62 79 20 73 74 61  |AF","Used by sta|
00000960  72 20 63 6f 6d 6d 61 6e  64 73 2c 20 66 72 65 65  |r commands, free|
00000970  20 69 66 20 6e 6f 6e 65  20 75 73 65 64 22 29 0d  | if none used").|
00000980  02 3a 31 f2 70 72 69 6e  74 28 22 20 20 26 42 30  |.:1.print("  &B0|
00000990  2d 26 42 46 22 2c 22 46  69 6c 69 6e 67 20 73 79  |-&BF","Filing sy|
000009a0  73 74 65 6d 20 77 6f 72  6b 73 70 61 63 65 22 29  |stem workspace")|
000009b0  0d 02 44 40 f2 70 72 69  6e 74 28 22 20 20 26 43  |..D@.print("  &C|
000009c0  30 2d 26 43 46 22 2c 22  55 73 65 64 20 62 79 20  |0-&CF","Used by |
000009d0  63 75 72 72 6e 65 74 6c  79 20 61 63 74 69 76 65  |currnetly active|
000009e0  20 66 69 6c 69 6e 67 20  73 79 73 74 65 6d 22 29  | filing system")|
000009f0  0d 02 4e 26 f2 70 72 69  6e 74 28 22 20 20 26 44  |..N&.print("  &D|
00000a00  30 22 2c 22 56 44 55 20  73 74 61 74 75 73 20 62  |0","VDU status b|
00000a10  79 74 65 3a 22 29 0d 02  58 34 f2 70 72 69 6e 74  |yte:")..X4.print|
00000a20  28 22 22 2c 22 20 20 20  20 20 20 20 42 69 74 30  |("","       Bit0|
00000a30  20 2d 20 50 72 69 6e 74  65 72 20 6f 75 74 70 75  | - Printer outpu|
00000a40  74 20 73 74 61 74 75 73  22 29 0d 02 62 31 f2 70  |t status")..b1.p|
00000a50  72 69 6e 74 28 22 22 2c  22 20 20 20 20 20 20 20  |rint("","       |
00000a60  42 69 74 31 20 2d 20 53  63 72 6f 6c 6c 69 6e 67  |Bit1 - Scrolling|
00000a70  20 64 69 73 61 62 6c 65  64 22 29 0d 02 6c 32 f2  | disabled")..l2.|
00000a80  70 72 69 6e 74 28 22 22  2c 22 20 20 20 20 20 20  |print("","      |
00000a90  20 42 69 74 32 20 2d 20  50 61 67 65 64 20 6d 6f  | Bit2 - Paged mo|
00000aa0  64 65 20 73 65 6c 65 63  74 65 64 22 29 0d 02 76  |de selected")..v|
00000ab0  2e f2 70 72 69 6e 74 28  22 22 2c 22 20 20 20 20  |..print("","    |
00000ac0  20 20 20 42 69 74 33 20  2d 20 53 6f 66 74 77 61  |   Bit3 - Softwa|
00000ad0  72 65 20 73 63 72 6f 6c  6c 22 29 0d 02 80 27 f2  |re scroll")...'.|
00000ae0  70 72 69 6e 74 28 22 22  2c 22 20 20 20 20 20 20  |print("","      |
00000af0  20 42 69 74 34 20 2d 20  4e 6f 74 20 75 65 73 64  | Bit4 - Not uesd|
00000b00  22 29 0d 02 8a 2b f2 70  72 69 6e 74 28 22 22 2c  |")...+.print("",|
00000b10  22 20 20 20 20 20 20 20  42 69 74 35 20 2d 20 56  |"       Bit5 - V|
00000b20  44 55 35 20 65 6e 61 62  6c 65 64 22 29 0d 02 94  |DU5 enabled")...|
00000b30  32 f2 70 72 69 6e 74 28  22 22 2c 22 20 20 20 20  |2.print("","    |
00000b40  20 20 20 42 69 74 36 20  2d 20 43 75 72 73 6f 72  |   Bit6 - Cursor|
00000b50  20 73 70 6c 69 74 20 73  74 61 74 75 73 22 29 0d  | split status").|
00000b60  02 9e 31 f2 70 72 69 6e  74 28 22 22 2c 22 20 20  |..1.print("","  |
00000b70  20 20 20 20 20 42 69 74  37 20 2d 20 56 44 55 20  |     Bit7 - VDU |
00000b80  64 69 73 61 62 6c 65 20  73 74 61 74 75 73 22 29  |disable status")|
00000b90  0d 02 a8 35 f2 70 72 69  6e 74 28 22 20 20 26 44  |...5.print("  &D|
00000ba0  31 22 2c 22 4d 61 73 6b  20 66 6f 72 20 63 75 72  |1","Mask for cur|
00000bb0  72 65 6e 74 20 67 72 61  70 68 69 63 73 20 70 6f  |rent graphics po|
00000bc0  69 6e 74 22 29 0d 02 b2  27 f1 bd 32 30 30 3b c4  |int")...'..200;.|
00000bd0  31 33 2c bd 32 30 35 29  3b bd 32 30 37 3b c4 35  |13,.205);.207;.5|
00000be0  34 2c bd 32 30 35 29 3b  bd 31 38 38 0d 02 bc 06  |4,.205);.188....|
00000bf0  f1 27 0d 02 c6 18 f1 bd  32 30 31 3b c4 36 38 2c  |.'......201;.68,|
00000c00  bd 32 30 35 29 3b bd 31  38 37 0d 02 d0 37 f2 70  |.205);.187...7.p|
00000c10  72 69 6e 74 63 74 28 22  45 4c 45 43 54 52 4f 4e  |rintct("ELECTRON|
00000c20  20 4d 45 4d 4f 52 59 20  4d 41 50 20 2d 20 5a 65  | MEMORY MAP - Ze|
00000c30  72 6f 20 50 61 67 65 20  28 63 6f 6e 74 64 29 22  |ro Page (contd)"|
00000c40  29 0d 02 da 27 f1 bd 31  39 39 3b c4 31 33 2c bd  |)...'..199;.13,.|
00000c50  31 39 36 29 3b bd 31 39  34 3b c4 35 34 2c bd 31  |196);.194;.54,.1|
00000c60  39 36 29 3b bd 31 38 32  0d 02 e4 1d f2 70 72 69  |96);.182.....pri|
00000c70  6e 74 28 22 20 20 41 64  64 72 65 73 73 22 2c 22  |nt("  Address","|
00000c80  55 73 65 22 29 0d 02 ee  27 f1 bd 31 39 39 3b c4  |Use")...'..199;.|
00000c90  31 33 2c bd 31 39 36 29  3b bd 31 39 37 3b c4 35  |13,.196);.197;.5|
00000ca0  34 2c bd 31 39 36 29 3b  bd 31 38 32 0d 02 f8 4c  |4,.196);.182...L|
00000cb0  f2 70 72 69 6e 74 28 22  20 20 26 44 32 2f 26 44  |.print("  &D2/&D|
00000cc0  33 22 2c 22 54 65 78 74  20 63 6f 6c 6f 75 72 20  |3","Text colour |
00000cd0  62 79 74 65 73 20 74 6f  20 62 65 20 4f 52 65 64  |bytes to be ORed|
00000ce0  20 61 6e 64 20 45 4f 52  65 64 20 69 6e 74 6f 20  | and EORed into |
00000cf0  6d 65 6d 6f 72 79 22 29  0d 03 02 44 f2 70 72 69  |memory")...D.pri|
00000d00  6e 74 28 22 20 20 26 44  34 2f 26 44 35 22 2c 22  |nt("  &D4/&D5","|
00000d10  47 72 61 70 68 69 63 73  20 63 6f 6c 6f 75 72 20  |Graphics colour |
00000d20  62 79 74 65 73 20 74 6f  20 62 65 20 4f 52 65 64  |bytes to be ORed|
00000d30  20 61 6e 64 20 45 4f 52  65 64 22 29 0d 03 0c 1c  | and EORed")....|
00000d40  f2 70 72 69 6e 74 28 22  22 2c 22 69 6e 74 6f 20  |.print("","into |
00000d50  6d 65 6d 6f 72 79 22 29  0d 03 16 44 f2 70 72 69  |memory")...D.pri|
00000d60  6e 74 28 22 20 20 26 44  36 2f 26 44 37 22 2c 22  |nt("  &D6/&D7","|
00000d70  41 64 64 72 65 73 73 20  6f 66 20 63 75 72 72 65  |Address of curre|
00000d80  6e 74 20 67 72 61 70 68  69 63 73 20 63 68 61 72  |nt graphics char|
00000d90  61 63 74 65 72 20 63 65  6c 6c 22 29 0d 03 20 40  |acter cell").. @|
00000da0  f2 70 72 69 6e 74 28 22  20 20 26 44 38 2f 26 44  |.print("  &D8/&D|
00000db0  39 22 2c 22 41 64 64 72  65 73 73 20 6f 66 20 63  |9","Address of c|
00000dc0  75 72 72 65 6e 74 20 74  65 78 74 20 63 68 61 72  |urrent text char|
00000dd0  61 63 74 65 72 20 63 65  6c 6c 22 29 0d 03 2a 2d  |acter cell")..*-|
00000de0  f2 70 72 69 6e 74 28 22  20 20 26 44 41 2d 26 44  |.print("  &DA-&D|
00000df0  46 22 2c 22 54 65 6d 70  6f 72 61 72 79 20 77 6f  |F","Temporary wo|
00000e00  72 6b 73 70 61 63 65 22  29 0d 03 34 22 f2 70 72  |rkspace")..4".pr|
00000e10  69 6e 74 28 22 20 20 26  45 30 2f 26 45 31 22 2c  |int("  &E0/&E1",|
00000e20  22 4e 6f 74 20 75 73 65  64 22 29 0d 03 3e 39 f2  |"Not used")..>9.|
00000e30  70 72 69 6e 74 28 22 20  20 26 45 32 22 2c 22 43  |print("  &E2","C|
00000e40  61 73 73 65 74 74 65 20  66 69 6c 69 6e 67 20 73  |assette filing s|
00000e50  79 73 74 65 6d 20 73 74  61 74 75 73 20 62 79 74  |ystem status byt|
00000e60  65 3a 22 29 0d 03 48 2f  f2 70 72 69 6e 74 28 22  |e:")..H/.print("|
00000e70  22 2c 22 20 20 20 20 20  20 20 20 42 69 74 30 20  |","        Bit0 |
00000e80  2d 20 49 6e 70 75 74 20  66 69 6c 65 20 6f 70 65  |- Input file ope|
00000e90  6e 22 29 0d 03 52 30 f2  70 72 69 6e 74 28 22 22  |n")..R0.print(""|
00000ea0  2c 22 20 20 20 20 20 20  20 20 42 69 74 31 20 2d  |,"        Bit1 -|
00000eb0  20 4f 75 74 70 75 74 20  66 69 6c 65 20 6f 70 65  | Output file ope|
00000ec0  6e 22 29 0d 03 5c 28 f2  70 72 69 6e 74 28 22 22  |n")..\(.print(""|
00000ed0  2c 22 20 20 20 20 20 20  20 20 42 69 74 32 20 2d  |,"        Bit2 -|
00000ee0  20 4e 6f 74 20 75 73 65  64 22 29 0d 03 66 32 f2  | Not used")..f2.|
00000ef0  70 72 69 6e 74 28 22 22  2c 22 20 20 20 20 20 20  |print("","      |
00000f00  20 20 42 69 74 33 20 2d  20 53 65 74 20 69 66 20  |  Bit3 - Set if |
00000f10  63 61 74 61 6c 6f 67 75  69 6e 67 22 29 0d 03 70  |cataloguing")..p|
00000f20  28 f2 70 72 69 6e 74 28  22 22 2c 22 20 20 20 20  |(.print("","    |
00000f30  20 20 20 20 42 69 74 34  20 2d 20 4e 6f 74 20 75  |    Bit4 - Not u|
00000f40  73 65 64 22 29 0d 03 7a  28 f2 70 72 69 6e 74 28  |sed")..z(.print(|
00000f50  22 22 2c 22 20 20 20 20  20 20 20 20 42 69 74 35  |"","        Bit5|
00000f60  20 2d 20 4e 6f 74 20 75  73 65 64 22 29 0d 03 84  | - Not used")...|
00000f70  2f f2 70 72 69 6e 74 28  22 22 2c 22 20 20 20 20  |/.print("","    |
00000f80  20 20 20 20 42 69 74 36  20 2d 20 41 74 20 65 6e  |    Bit6 - At en|
00000f90  64 20 6f 66 20 66 69 6c  65 3f 22 29 0d 03 8e 3a  |d of file?")...:|
00000fa0  f2 70 72 69 6e 74 28 22  22 2c 22 20 20 20 20 20  |.print("","     |
00000fb0  20 20 20 42 69 74 37 20  2d 20 45 6e 64 20 6f 66  |   Bit7 - End of|
00000fc0  20 66 69 6c 65 20 77 61  72 6e 69 6e 67 20 67 69  | file warning gi|
00000fd0  76 65 6e 3f 22 29 0d 03  98 39 f2 70 72 69 6e 74  |ven?")...9.print|
00000fe0  28 22 20 20 26 45 33 22  2c 22 43 61 73 73 65 74  |("  &E3","Casset|
00000ff0  74 65 20 2a 4f 50 54 20  6f 70 74 69 6f 6e 73 20  |te *OPT options |
00001000  69 6e 20 6c 6f 77 20 6e  69 62 62 6c 65 22 29 0d  |in low nibble").|
00001010  03 a2 34 f2 70 72 69 6e  74 28 22 20 20 26 45 34  |..4.print("  &E4|
00001020  2d 26 45 36 22 2c 22 4f  70 65 72 61 74 69 6e 67  |-&E6","Operating|
00001030  20 73 79 73 74 65 6d 20  77 6f 72 6b 73 70 61 63  | system workspac|
00001040  65 22 29 0d 03 ac 31 f2  70 72 69 6e 74 28 22 20  |e")...1.print(" |
00001050  20 26 45 37 22 2c 22 41  75 74 6f 20 72 65 70 65  | &E7","Auto repe|
00001060  61 74 20 63 6f 75 6e 74  64 6f 77 6e 20 74 69 6d  |at countdown tim|
00001070  65 72 22 29 0d 03 b6 44  f2 70 72 69 6e 74 28 22  |er")...D.print("|
00001080  20 20 26 45 38 2f 26 45  39 22 2c 22 41 64 64 72  |  &E8/&E9","Addr|
00001090  65 73 73 20 6f 66 20 69  6e 70 75 74 20 62 75 66  |ess of input buf|
000010a0  66 65 72 20 2d 20 75 73  65 64 20 62 79 20 6f 73  |fer - used by os|
000010b0  77 6f 72 64 20 30 22 29  0d 03 c0 3d f2 70 72 69  |word 0")...=.pri|
000010c0  6e 74 28 22 20 20 26 45  41 22 2c 22 52 53 34 32  |nt("  &EA","RS42|
000010d0  33 20 74 69 6d 65 6f 75  74 20 63 6f 75 6e 74 65  |3 timeout counte|
000010e0  72 2c 20 66 72 65 65 20  69 66 20 6e 6f 20 52 53  |r, free if no RS|
000010f0  34 32 33 22 29 0d 03 ca  2d f2 70 72 69 6e 74 28  |423")...-.print(|
00001100  22 20 20 26 45 42 22 2c  22 55 73 65 64 20 62 79  |"  &EB","Used by|
00001110  20 63 61 73 73 65 74 74  65 20 73 79 73 74 65 6d  | cassette system|
00001120  22 29 0d 03 d4 3d f2 70  72 69 6e 74 28 22 20 20  |")...=.print("  |
00001130  26 45 43 22 2c 22 49 6e  74 65 72 6e 61 6c 20 6b  |&EC","Internal k|
00001140  65 79 20 6e 75 6d 62 65  72 20 6f 66 20 6c 61 73  |ey number of las|
00001150  74 20 6b 65 79 20 70 72  65 73 73 65 64 22 29 0d  |t key pressed").|
00001160  03 de 39 f2 70 72 69 6e  74 28 22 20 20 26 45 44  |..9.print("  &ED|
00001170  22 2c 22 49 6e 74 65 72  6e 61 6c 20 6b 65 79 20  |","Internal key |
00001180  6e 75 6d 62 65 72 20 6f  66 20 66 69 72 73 74 20  |number of first |
00001190  6b 65 79 20 69 66 22 29  0d 03 e8 26 f2 70 72 69  |key if")...&.pri|
000011a0  6e 74 28 22 22 2c 22 6d  6f 72 65 20 74 68 61 6e  |nt("","more than|
000011b0  20 6f 6e 65 20 70 72 65  73 73 65 64 22 29 0d 03  | one pressed")..|
000011c0  f2 3e f2 70 72 69 6e 74  28 22 20 20 26 45 45 22  |.>.print("  &EE"|
000011d0  2c 22 49 6e 74 65 72 6e  61 6c 20 6b 65 79 20 6e  |,"Internal key n|
000011e0  75 6d 62 65 72 20 6f 66  20 6b 65 79 20 74 6f 20  |umber of key to |
000011f0  62 65 20 69 67 6e 6f 72  65 64 22 29 0d 03 fc 41  |be ignored")...A|
00001200  f2 70 72 69 6e 74 28 22  20 20 26 45 46 22 2c 22  |.print("  &EF","|
00001210  43 6f 70 79 20 6f 66 20  41 20 72 65 67 69 73 74  |Copy of A regist|
00001220  65 72 20 6f 66 20 6c 61  73 74 20 6f 73 62 79 74  |er of last osbyt|
00001230  65 20 6f 72 20 6f 73 77  6f 72 64 22 29 0d 04 06  |e or osword")...|
00001240  41 f2 70 72 69 6e 74 28  22 20 20 26 46 30 22 2c  |A.print("  &F0",|
00001250  22 43 6f 70 79 20 6f 66  20 58 20 72 65 67 69 73  |"Copy of X regis|
00001260  74 65 72 20 6f 66 20 6c  61 73 74 20 6f 73 62 79  |ter of last osby|
00001270  74 65 20 6f 72 20 6f 73  77 6f 72 64 22 29 0d 04  |te or osword")..|
00001280  10 41 f2 70 72 69 6e 74  28 22 20 20 26 46 31 22  |.A.print("  &F1"|
00001290  2c 22 43 6f 70 79 20 6f  66 20 59 20 72 65 67 69  |,"Copy of Y regi|
000012a0  73 74 65 72 20 6f 66 20  6c 61 73 74 20 6f 73 62  |ster of last osb|
000012b0  79 74 65 20 6f 72 20 6f  73 77 6f 72 64 22 29 0d  |yte or osword").|
000012c0  04 1a 45 f2 70 72 69 6e  74 28 22 20 20 26 46 32  |..E.print("  &F2|
000012d0  2f 26 46 33 22 2c 22 54  65 78 74 20 70 6f 69 6e  |/&F3","Text poin|
000012e0  74 65 72 20 74 6f 20 73  74 61 72 20 63 6f 6d 6d  |ter to star comm|
000012f0  61 6e 64 73 20 61 6e 64  20 66 69 6c 65 6e 61 6d  |ands and filenam|
00001300  65 73 22 29 0d 04 24 36  f2 70 72 69 6e 74 28 22  |es")..$6.print("|
00001310  20 20 26 46 34 22 2c 22  4e 75 6d 62 65 72 20 6f  |  &F4","Number o|
00001320  66 20 63 75 72 72 65 6e  74 6c 79 20 73 65 6c 65  |f currently sele|
00001330  63 74 65 64 20 72 6f 6d  22 29 0d 04 2e 22 f2 70  |cted rom")...".p|
00001340  72 69 6e 74 28 22 20 20  26 46 35 2d 26 46 39 22  |rint("  &F5-&F9"|
00001350  2c 22 4e 6f 74 20 75 73  65 64 22 29 0d 04 38 34  |,"Not used")..84|
00001360  f2 70 72 69 6e 74 28 22  20 20 26 46 41 2f 26 46  |.print("  &FA/&F|
00001370  42 22 2c 22 4f 70 65 72  61 74 69 6e 67 20 73 79  |B","Operating sy|
00001380  73 74 65 6d 20 77 6f 72  6b 73 70 61 63 65 22 29  |stem workspace")|
00001390  0d 04 42 3a f2 70 72 69  6e 74 28 22 20 20 26 46  |..B:.print("  &F|
000013a0  43 22 2c 22 43 6f 70 79  20 6f 66 20 41 20 72 65  |C","Copy of A re|
000013b0  67 69 73 74 65 72 20 61  74 20 6c 61 73 74 20 69  |gister at last i|
000013c0  6e 74 65 72 72 75 70 74  22 29 0d 04 4c 3a f2 70  |nterrupt")..L:.p|
000013d0  72 69 6e 74 28 22 20 20  26 46 44 2f 26 46 45 22  |rint("  &FD/&FE"|
000013e0  2c 22 50 6f 69 6e 74 73  20 74 6f 20 62 79 74 65  |,"Points to byte|
000013f0  20 61 66 74 65 72 20 6c  61 73 74 20 42 52 4b 20  | after last BRK |
00001400  6f 72 22 29 0d 04 56 28  f2 70 72 69 6e 74 28 22  |or")..V(.print("|
00001410  22 2c 22 6c 61 6e 67 75  61 67 65 20 76 65 72 73  |","language vers|
00001420  69 6f 6e 20 73 74 72 69  6e 67 22 29 0d 04 60 21  |ion string")..`!|
00001430  f2 70 72 69 6e 74 28 22  20 20 26 46 46 22 2c 22  |.print("  &FF","|
00001440  45 73 63 61 70 65 20 66  6c 61 67 22 29 0d 04 6a  |Escape flag")..j|
00001450  27 f1 bd 32 30 30 3b c4  31 33 2c bd 32 30 35 29  |'..200;.13,.205)|
00001460  3b bd 32 30 37 3b c4 35  34 2c bd 32 30 35 29 3b  |;.207;.54,.205);|
00001470  bd 31 38 38 0d 04 74 05  f1 0d 04 7e 18 f1 bd 32  |.188..t....~...2|
00001480  30 31 3b c4 36 38 2c bd  32 30 35 29 3b bd 31 38  |01;.68,.205);.18|
00001490  37 0d 04 88 2c f2 70 72  69 6e 74 63 74 28 22 45  |7...,.printct("E|
000014a0  4c 45 43 54 52 4f 4e 20  4d 45 4d 4f 52 59 20 4d  |LECTRON MEMORY M|
000014b0  41 50 20 2d 20 50 61 67  65 20 31 22 29 0d 04 92  |AP - Page 1")...|
000014c0  27 f1 bd 31 39 39 3b c4  31 33 2c bd 31 39 36 29  |'..199;.13,.196)|
000014d0  3b bd 31 39 34 3b c4 35  34 2c bd 31 39 36 29 3b  |;.194;.54,.196);|
000014e0  bd 31 38 32 0d 04 9c 1d  f2 70 72 69 6e 74 28 22  |.182.....print("|
000014f0  20 20 41 64 64 72 65 73  73 22 2c 22 55 73 65 22  |  Address","Use"|
00001500  29 0d 04 a6 27 f1 bd 31  39 39 3b c4 31 33 2c bd  |)...'..199;.13,.|
00001510  31 39 36 29 3b bd 31 39  37 3b c4 35 34 2c bd 31  |196);.197;.54,.1|
00001520  39 36 29 3b bd 31 38 32  0d 04 b0 42 f2 70 72 69  |96);.182...B.pri|
00001530  6e 74 28 22 20 26 31 30  30 2f 26 31 46 46 22 2c  |nt(" &100/&1FF",|
00001540  22 36 35 30 32 20 73 74  61 63 6b 20 2d 20 73 74  |"6502 stack - st|
00001550  61 63 6b 73 20 66 72 6f  6d 20 26 31 46 46 20 64  |acks from &1FF d|
00001560  6f 77 6e 77 61 72 64 73  22 29 0d 04 ba 36 f2 70  |ownwards")...6.p|
00001570  72 69 6e 74 28 22 22 2c  22 4c 6f 77 65 72 20 68  |rint("","Lower h|
00001580  61 6c 66 20 6d 61 79 20  62 65 20 75 73 65 64 20  |alf may be used |
00001590  61 73 20 73 63 72 61 74  63 68 20 70 61 64 22 29  |as scratch pad")|
000015a0  0d 04 c4 3e f2 70 72 69  6e 74 28 22 22 2c 22 50  |...>.print("","P|
000015b0  61 67 65 64 20 52 4f 4d  20 73 65 72 76 69 63 65  |aged ROM service|
000015c0  20 72 6f 75 74 69 6e 65  73 20 6d 61 79 20 75 73  | routines may us|
000015d0  65 20 74 68 65 20 62 6f  74 74 6f 6d 22 29 0d 04  |e the bottom")..|
000015e0  ce 28 f2 70 72 69 6e 74  28 22 22 2c 22 74 6f 20  |.(.print("","to |
000015f0  73 74 6f 72 65 20 65 72  72 6f 72 20 6d 65 73 73  |store error mess|
00001600  61 67 65 73 22 29 0d 04  d8 27 f1 bd 32 30 30 3b  |ages")...'..200;|
00001610  c4 31 33 2c bd 32 30 35  29 3b bd 32 30 37 3b c4  |.13,.205);.207;.|
00001620  35 34 2c bd 32 30 35 29  3b bd 31 38 38 0d 04 e2  |54,.205);.188...|
00001630  05 f1 0d 04 ec 06 ef 33  0d 04 ed 3a f1 27 27 22  |.......3...:.''"|
00001640  50 4c 45 41 53 45 20 50  52 45 53 53 20 3c 46 3e  |PLEASE PRESS <F>|
00001650  20 46 4f 52 20 4e 45 58  54 20 46 49 4c 45 2c 20  | FOR NEXT FILE, |
00001660  3c 4d 3e 20 46 4f 52 20  4d 41 49 4e 20 4d 45 4e  |<M> FOR MAIN MEN|
00001670  55 22 0d 04 ee 15 f5 3a  fd 20 be 3d 22 46 22 20  |U".....:. .="F" |
00001680  84 20 be 3d 22 4d 22 0d  04 ef 16 e7 20 be 3d 22  |. .="M"..... .="|
00001690  46 22 20 8c 20 d7 22 24  2e 4d 4d 32 22 0d 04 f0  |F" . ."$.MM2"...|
000016a0  17 e7 20 be 3d 22 4d 22  20 8c 20 d7 22 24 2e 4d  |.. .="M" . ."$.M|
000016b0  45 4e 55 22 0d 04 f6 05  e0 0d 05 00 33 dd f2 70  |ENU"........3..p|
000016c0  72 69 6e 74 63 74 28 74  24 29 3a f1 bd 31 38 36  |rintct(t$):..186|
000016d0  3b 8a 36 38 2f 32 2d a9  74 24 2f 32 29 3b 74 24  |;.68/2-.t$/2);t$|
000016e0  3b 8a 36 39 29 3b bd 31  38 36 3a e1 0d 05 0a 3c  |;.69);.186:....<|
000016f0  dd f2 70 72 69 6e 74 28  61 24 2c 62 24 29 3a f1  |..print(a$,b$):.|
00001700  bd 31 38 36 3b 8a 32 29  61 24 3b 8a 31 34 29 3b  |.186;.2)a$;.14);|
00001710  bd 31 37 39 3b 8a 31 36  29 3b 62 24 3b 8a 36 39  |.179;.16);b$;.69|
00001720  29 3b bd 31 38 36 3a e1  0d ff                    |);.186:...|
0000172a
MM1.m0
MM1.m1
MM1.m2
MM1.m4
MM1.m5