Home » Personal collection » Acorn tapes » Electron_User » Electron_User_tape08a_acorn_eu_1990_february.wav » S.MHELP
S.MHELP
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 tapes » Electron_User » Electron_User_tape08a_acorn_eu_1990_february.wav |
Filename: | S.MHELP |
Read OK: | ✔ |
File size: | 0AE3 bytes |
Load address: | 2000 |
Exec address: | 1900 |
Duplicates
There are 3 duplicate copies of this file in the archive:
- AEW website » database » database_5_25_discs_Electron-User-7-05_D-E705.ssd » S.MHELP
- AEW website » database » database_tapes_Electron-User-7-05_EU7-5_E.uef » S.MHELP
- Personal collection » Acorn tapes » Electron_User » Electron_User_tape08a_acorn_eu_1990_february.wav » S.MHELP
- Personal collection » Acorn tapes » Electron_User » Electron_User_tape08b_acorn_palace_of_magic.wav » S.MHELP
File contents
10REM Basic System Variables Lister 20REM by S.P.Wade 30REM (c) Electron User 1990 40REM 50MODE 6 60buffer=&70 70hexbuff=&72 80FOR pass=0 TO 3 STEP 3 90P%=&B00 100[OPT pass 110\ 120LDA buffer 130PHA 140LDA buffer+1 150PHA 160LDA hexbuff 170PHA 180LDA hexbuff+1 190PHA 200LDA pointer 210STA buffer 220LDA pointer+1 230STA buffer+1 240JSR print 250LDX &18 260LDY #0 270JSR hex 280LDA pointer+2 290STA buffer 300LDA pointer+3 310STA buffer+1 320JSR print 330LDX &13 340LDY &12 350JSR hex 360LDA pointer+4 370STA buffer 380LDA pointer+5 390STA buffer+1 400JSR print 410LDX &01 420LDY &00 430JSR hex 440LDA pointer+6 450STA buffer 460LDA pointer+7 470STA buffer+1 480JSR print 490LDX &03 500LDY &02 510JSR hex 520LDA pointer+8 530STA buffer 540LDA pointer+9 550STA buffer+1 560JSR print 570LDX &05 580LDY &04 590JSR hex 600LDA pointer+10 610STA buffer 620LDA pointer+11 630STA buffer+1 640JSR print 650LDX &07 660LDY &06 670JSR hex 680LDA pointer+12 690STA buffer 700LDA pointer+13 710STA buffer+1 720JSR print 730LDA &06 740SEC 750SBC &02 760TAY 770LDA &07 780SBC &03 790TAX 800CLC 810JSR hex 820LDA pointer+14 830STA buffer 840LDA pointer+15 850STA buffer+1 860JSR print 870LDA &02 880SEC 890SBC #0 900TAY 910LDA &03 920SBC &18 930TAX 940CLC 950JSR hex 960JSR &FFE7 970JSR &FFE7 980PLA 990STA hexbuff+1 1000PLA 1010STA hexbuff 1020PLA 1030STA buffer+1 1040PLA 1050STA buffer 1060RTS 1070\ 1080.pointer 1090EQUW text1 1100EQUW text2 1110EQUW text3 1120EQUW text4 1130EQUW text5 1140EQUW text6 1150EQUW text7 1160EQUW text8 1170\ 1180.text1 1190EQUW &0A0D 1200EQUS "BASIC Variables Lister" 1210EQUW &0A0D 1220EQUS STRING$(22,"=") 1230EQUD &0A0D0A0D 1240EQUS "(c) Electron User 1990" 1250EQUW &0A0D 1260EQUS "Written by S.P.Wade" 1270EQUD &0A0D0A0D 1280EQUW &0A0D 1290EQUS "PAGE = &" 1300EQUB &FF 1310\ 1320.text2 1330EQUW &0A0D 1340EQUS "TOP = &" 1350EQUB &FF 1360\ 1370.text3 1380EQUW &0A0D 1390EQUS "LOMEM = &" 1400EQUB &FF 1410\ 1420.text4 1430EQUW &0A0D 1440EQUS "Heap = &" 1450EQUB &FF 1460\ 1470.text5 1480EQUW &0A0D 1490EQUS "Stack = &" 1500EQUB &FF 1510\ 1520.text6 1530EQUW &0A0D 1540EQUS "HIMEM = &" 1550EQUB &FF 1560\ 1570.text7 1580EQUD &0A0D0A0D 1590EQUS "Bytes Free = &" 1600EQUB &FF 1610\ 1620.text8 1630EQUW &0A0D 1640EQUS "Bytes Used = &" 1650EQUB &FF 1660\ 1670.print 1680LDY #0 1690\ 1700.print2 1710LDA (buffer),Y 1720CMP #&FF 1730BEQ print3 1740JSR &FFEE 1750INY 1760JMP print2 1770\ 1780.print3 1790RTS 1800\ 1810.hex 1820STX hexbuff 1830STY hexbuff+1 1840LDA hexbuff 1850JSR hexprint 1860LDA hexbuff+1 1870JSR hexprint 1880RTS 1890\ 1900.hexprint 1910PHA 1920AND #240 1930LSR A 1940ROR A 1950ROR A 1960ROR A 1970JSR hexprint2 1980PLA 1990AND #15 2000\ 2010.hexprint2 2020CLC 2030ADC #48 2040CMP #58 2050BCC hexprint3 2060CLC 2070ADC #7 2080\ 2090.hexprint3 2100JMP &FFEE 2110\ 2120] 2130NEXT 2140PRINT 2150PRINT 2160PRINT "Program assembled." 2170PRINT 2180PRINT "Save to media using:-" 2190PRINT " *SAVE MHelp B00 ";STR$~P% 2200END
#� Basic System Variables Lister � by S.P.Wade � (c) Electron User 1990 (� 2� 6 <buffer=&70 Fhexbuff=&72 P� pass=0 � 3 � 3 ZP%=&B00 d [OPT pass n\ xLDA buffer �PHA �LDA buffer+1 �PHA �LDA hexbuff �PHA �LDA hexbuff+1 �PHA �LDA pointer �STA buffer �LDA pointer+1 �STA buffer+1 � JSR print �LDX &18 LDY #0 JSR hex LDA pointer+2 "STA buffer ,LDA pointer+3 6STA buffer+1 @ JSR print JLDX &13 TLDY &12 ^JSR hex hLDA pointer+4 rSTA buffer |LDA pointer+5 �STA buffer+1 � JSR print �LDX &01 �LDY &00 �JSR hex �LDA pointer+6 �STA buffer �LDA pointer+7 �STA buffer+1 � JSR print �LDX &03 �LDY &02 �JSR hex LDA pointer+8 STA buffer LDA pointer+9 &STA buffer+1 0 JSR print :LDX &05 DLDY &04 NJSR hex XLDA pointer+10 bSTA buffer lLDA pointer+11 vSTA buffer+1 � JSR print �LDX &07 �LDY &06 �JSR hex �LDA pointer+12 �STA buffer �LDA pointer+13 �STA buffer+1 � JSR print �LDA &06 �SEC �SBC &02 �TAY LDA &07 SBC &03 TAX CLC *JSR hex 4LDA pointer+14 >STA buffer HLDA pointer+15 RSTA buffer+1 \ JSR print fLDA &02 pSEC z SBC #0 �TAY �LDA &03 �SBC &18 �TAX �CLC �JSR hex � JSR &FFE7 � JSR &FFE7 �PLA �STA hexbuff+1 �PLA �STA hexbuff �PLA STA buffer+1 PLA STA buffer $RTS .\ 8.pointer BEQUW text1 LEQUW text2 VEQUW text3 `EQUW text4 jEQUW text5 tEQUW text6 ~EQUW text7 �EQUW text8 �\ � .text1 �EQUW &0A0D �!EQUS "BASIC Variables Lister" �EQUW &0A0D �EQUS �22,"=") �EQUD &0A0D0A0D �!EQUS "(c) Electron User 1990" �EQUW &0A0D �EQUS "Written by S.P.Wade" �EQUD &0A0D0A0D EQUW &0A0D EQUS "PAGE = &" EQUB &FF \ ( .text2 2EQUW &0A0D <EQUS "TOP = &" FEQUB &FF P\ Z .text3 dEQUW &0A0D nEQUS "LOMEM = &" xEQUB &FF �\ � .text4 �EQUW &0A0D �EQUS "Heap = &" �EQUB &FF �\ � .text5 �EQUW &0A0D �EQUS "Stack = &" �EQUB &FF �\ � .text6 �EQUW &0A0D EQUS "HIMEM = &" EQUB &FF \ " .text7 ,EQUD &0A0D0A0D 6EQUS "Bytes Free = &" @EQUB &FF J\ T .text8 ^EQUW &0A0D hEQUS "Bytes Used = &" rEQUB &FF |\ � .print � LDY #0 �\ �.print2 �LDA (buffer),Y �CMP #&FF �BEQ print3 � JSR &FFEE �INY �JMP print2 �\ �.print3 �RTS \ .hex STX hexbuff &STY hexbuff+1 0LDA hexbuff :JSR hexprint DLDA hexbuff+1 NJSR hexprint XRTS b\ l .hexprint vPHA � � #240 � LSR A � ROR A � ROR A � ROR A �JSR hexprint2 �PLA � � #15 �\ �.hexprint2 �CLC �ADC #48 �CMP #58 BCC hexprint3 CLC ADC #7 \ *.hexprint3 4 JMP &FFEE >\ H] R� \� f� p� "Program assembled." z� �� "Save to media using:-" �� " *SAVE MHelp B00 ";�~P% �� �
00000000 0d 00 0a 23 f4 20 42 61 73 69 63 20 53 79 73 74 |...#. Basic Syst| 00000010 65 6d 20 56 61 72 69 61 62 6c 65 73 20 4c 69 73 |em Variables Lis| 00000020 74 65 72 0d 00 14 12 f4 20 62 79 20 53 2e 50 2e |ter..... by S.P.| 00000030 57 61 64 65 20 0d 00 1e 1c f4 20 28 63 29 20 45 |Wade ..... (c) E| 00000040 6c 65 63 74 72 6f 6e 20 55 73 65 72 20 31 39 39 |lectron User 199| 00000050 30 0d 00 28 05 f4 0d 00 32 07 eb 20 36 0d 00 3c |0..(....2.. 6..<| 00000060 0e 62 75 66 66 65 72 3d 26 37 30 0d 00 46 0f 68 |.buffer=&70..F.h| 00000070 65 78 62 75 66 66 3d 26 37 32 0d 00 50 14 e3 20 |exbuff=&72..P.. | 00000080 70 61 73 73 3d 30 20 b8 20 33 20 88 20 33 0d 00 |pass=0 . 3 . 3..| 00000090 5a 0b 50 25 3d 26 42 30 30 0d 00 64 0d 5b 4f 50 |Z.P%=&B00..d.[OP| 000000a0 54 20 70 61 73 73 0d 00 6e 05 5c 0d 00 78 0e 4c |T pass..n.\..x.L| 000000b0 44 41 20 62 75 66 66 65 72 0d 00 82 07 50 48 41 |DA buffer....PHA| 000000c0 0d 00 8c 10 4c 44 41 20 62 75 66 66 65 72 2b 31 |....LDA buffer+1| 000000d0 0d 00 96 07 50 48 41 0d 00 a0 0f 4c 44 41 20 68 |....PHA....LDA h| 000000e0 65 78 62 75 66 66 0d 00 aa 07 50 48 41 0d 00 b4 |exbuff....PHA...| 000000f0 11 4c 44 41 20 68 65 78 62 75 66 66 2b 31 0d 00 |.LDA hexbuff+1..| 00000100 be 07 50 48 41 0d 00 c8 0f 4c 44 41 20 70 6f 69 |..PHA....LDA poi| 00000110 6e 74 65 72 0d 00 d2 0e 53 54 41 20 62 75 66 66 |nter....STA buff| 00000120 65 72 0d 00 dc 11 4c 44 41 20 70 6f 69 6e 74 65 |er....LDA pointe| 00000130 72 2b 31 0d 00 e6 10 53 54 41 20 62 75 66 66 65 |r+1....STA buffe| 00000140 72 2b 31 0d 00 f0 0d 4a 53 52 20 70 72 69 6e 74 |r+1....JSR print| 00000150 0d 00 fa 0b 4c 44 58 20 26 31 38 0d 01 04 0a 4c |....LDX &18....L| 00000160 44 59 20 23 30 0d 01 0e 0b 4a 53 52 20 68 65 78 |DY #0....JSR hex| 00000170 0d 01 18 11 4c 44 41 20 70 6f 69 6e 74 65 72 2b |....LDA pointer+| 00000180 32 0d 01 22 0e 53 54 41 20 62 75 66 66 65 72 0d |2..".STA buffer.| 00000190 01 2c 11 4c 44 41 20 70 6f 69 6e 74 65 72 2b 33 |.,.LDA pointer+3| 000001a0 0d 01 36 10 53 54 41 20 62 75 66 66 65 72 2b 31 |..6.STA buffer+1| 000001b0 0d 01 40 0d 4a 53 52 20 70 72 69 6e 74 0d 01 4a |..@.JSR print..J| 000001c0 0b 4c 44 58 20 26 31 33 0d 01 54 0b 4c 44 59 20 |.LDX &13..T.LDY | 000001d0 26 31 32 0d 01 5e 0b 4a 53 52 20 68 65 78 0d 01 |&12..^.JSR hex..| 000001e0 68 11 4c 44 41 20 70 6f 69 6e 74 65 72 2b 34 0d |h.LDA pointer+4.| 000001f0 01 72 0e 53 54 41 20 62 75 66 66 65 72 0d 01 7c |.r.STA buffer..|| 00000200 11 4c 44 41 20 70 6f 69 6e 74 65 72 2b 35 0d 01 |.LDA pointer+5..| 00000210 86 10 53 54 41 20 62 75 66 66 65 72 2b 31 0d 01 |..STA buffer+1..| 00000220 90 0d 4a 53 52 20 70 72 69 6e 74 0d 01 9a 0b 4c |..JSR print....L| 00000230 44 58 20 26 30 31 0d 01 a4 0b 4c 44 59 20 26 30 |DX &01....LDY &0| 00000240 30 0d 01 ae 0b 4a 53 52 20 68 65 78 0d 01 b8 11 |0....JSR hex....| 00000250 4c 44 41 20 70 6f 69 6e 74 65 72 2b 36 0d 01 c2 |LDA pointer+6...| 00000260 0e 53 54 41 20 62 75 66 66 65 72 0d 01 cc 11 4c |.STA buffer....L| 00000270 44 41 20 70 6f 69 6e 74 65 72 2b 37 0d 01 d6 10 |DA pointer+7....| 00000280 53 54 41 20 62 75 66 66 65 72 2b 31 0d 01 e0 0d |STA buffer+1....| 00000290 4a 53 52 20 70 72 69 6e 74 0d 01 ea 0b 4c 44 58 |JSR print....LDX| 000002a0 20 26 30 33 0d 01 f4 0b 4c 44 59 20 26 30 32 0d | &03....LDY &02.| 000002b0 01 fe 0b 4a 53 52 20 68 65 78 0d 02 08 11 4c 44 |...JSR hex....LD| 000002c0 41 20 70 6f 69 6e 74 65 72 2b 38 0d 02 12 0e 53 |A pointer+8....S| 000002d0 54 41 20 62 75 66 66 65 72 0d 02 1c 11 4c 44 41 |TA buffer....LDA| 000002e0 20 70 6f 69 6e 74 65 72 2b 39 0d 02 26 10 53 54 | pointer+9..&.ST| 000002f0 41 20 62 75 66 66 65 72 2b 31 0d 02 30 0d 4a 53 |A buffer+1..0.JS| 00000300 52 20 70 72 69 6e 74 0d 02 3a 0b 4c 44 58 20 26 |R print..:.LDX &| 00000310 30 35 0d 02 44 0b 4c 44 59 20 26 30 34 0d 02 4e |05..D.LDY &04..N| 00000320 0b 4a 53 52 20 68 65 78 0d 02 58 12 4c 44 41 20 |.JSR hex..X.LDA | 00000330 70 6f 69 6e 74 65 72 2b 31 30 0d 02 62 0e 53 54 |pointer+10..b.ST| 00000340 41 20 62 75 66 66 65 72 0d 02 6c 12 4c 44 41 20 |A buffer..l.LDA | 00000350 70 6f 69 6e 74 65 72 2b 31 31 0d 02 76 10 53 54 |pointer+11..v.ST| 00000360 41 20 62 75 66 66 65 72 2b 31 0d 02 80 0d 4a 53 |A buffer+1....JS| 00000370 52 20 70 72 69 6e 74 0d 02 8a 0b 4c 44 58 20 26 |R print....LDX &| 00000380 30 37 0d 02 94 0b 4c 44 59 20 26 30 36 0d 02 9e |07....LDY &06...| 00000390 0b 4a 53 52 20 68 65 78 0d 02 a8 12 4c 44 41 20 |.JSR hex....LDA | 000003a0 70 6f 69 6e 74 65 72 2b 31 32 0d 02 b2 0e 53 54 |pointer+12....ST| 000003b0 41 20 62 75 66 66 65 72 0d 02 bc 12 4c 44 41 20 |A buffer....LDA | 000003c0 70 6f 69 6e 74 65 72 2b 31 33 0d 02 c6 10 53 54 |pointer+13....ST| 000003d0 41 20 62 75 66 66 65 72 2b 31 0d 02 d0 0d 4a 53 |A buffer+1....JS| 000003e0 52 20 70 72 69 6e 74 0d 02 da 0b 4c 44 41 20 26 |R print....LDA &| 000003f0 30 36 0d 02 e4 07 53 45 43 0d 02 ee 0b 53 42 43 |06....SEC....SBC| 00000400 20 26 30 32 0d 02 f8 07 54 41 59 0d 03 02 0b 4c | &02....TAY....L| 00000410 44 41 20 26 30 37 0d 03 0c 0b 53 42 43 20 26 30 |DA &07....SBC &0| 00000420 33 0d 03 16 07 54 41 58 0d 03 20 07 43 4c 43 0d |3....TAX.. .CLC.| 00000430 03 2a 0b 4a 53 52 20 68 65 78 0d 03 34 12 4c 44 |.*.JSR hex..4.LD| 00000440 41 20 70 6f 69 6e 74 65 72 2b 31 34 0d 03 3e 0e |A pointer+14..>.| 00000450 53 54 41 20 62 75 66 66 65 72 0d 03 48 12 4c 44 |STA buffer..H.LD| 00000460 41 20 70 6f 69 6e 74 65 72 2b 31 35 0d 03 52 10 |A pointer+15..R.| 00000470 53 54 41 20 62 75 66 66 65 72 2b 31 0d 03 5c 0d |STA buffer+1..\.| 00000480 4a 53 52 20 70 72 69 6e 74 0d 03 66 0b 4c 44 41 |JSR print..f.LDA| 00000490 20 26 30 32 0d 03 70 07 53 45 43 0d 03 7a 0a 53 | &02..p.SEC..z.S| 000004a0 42 43 20 23 30 0d 03 84 07 54 41 59 0d 03 8e 0b |BC #0....TAY....| 000004b0 4c 44 41 20 26 30 33 0d 03 98 0b 53 42 43 20 26 |LDA &03....SBC &| 000004c0 31 38 0d 03 a2 07 54 41 58 0d 03 ac 07 43 4c 43 |18....TAX....CLC| 000004d0 0d 03 b6 0b 4a 53 52 20 68 65 78 0d 03 c0 0d 4a |....JSR hex....J| 000004e0 53 52 20 26 46 46 45 37 0d 03 ca 0d 4a 53 52 20 |SR &FFE7....JSR | 000004f0 26 46 46 45 37 0d 03 d4 07 50 4c 41 0d 03 de 11 |&FFE7....PLA....| 00000500 53 54 41 20 68 65 78 62 75 66 66 2b 31 0d 03 e8 |STA hexbuff+1...| 00000510 07 50 4c 41 0d 03 f2 0f 53 54 41 20 68 65 78 62 |.PLA....STA hexb| 00000520 75 66 66 0d 03 fc 07 50 4c 41 0d 04 06 10 53 54 |uff....PLA....ST| 00000530 41 20 62 75 66 66 65 72 2b 31 0d 04 10 07 50 4c |A buffer+1....PL| 00000540 41 0d 04 1a 0e 53 54 41 20 62 75 66 66 65 72 0d |A....STA buffer.| 00000550 04 24 07 52 54 53 0d 04 2e 05 5c 0d 04 38 0c 2e |.$.RTS....\..8..| 00000560 70 6f 69 6e 74 65 72 0d 04 42 0e 45 51 55 57 20 |pointer..B.EQUW | 00000570 74 65 78 74 31 0d 04 4c 0e 45 51 55 57 20 74 65 |text1..L.EQUW te| 00000580 78 74 32 0d 04 56 0e 45 51 55 57 20 74 65 78 74 |xt2..V.EQUW text| 00000590 33 0d 04 60 0e 45 51 55 57 20 74 65 78 74 34 0d |3..`.EQUW text4.| 000005a0 04 6a 0e 45 51 55 57 20 74 65 78 74 35 0d 04 74 |.j.EQUW text5..t| 000005b0 0e 45 51 55 57 20 74 65 78 74 36 0d 04 7e 0e 45 |.EQUW text6..~.E| 000005c0 51 55 57 20 74 65 78 74 37 0d 04 88 0e 45 51 55 |QUW text7....EQU| 000005d0 57 20 74 65 78 74 38 0d 04 92 05 5c 0d 04 9c 0a |W text8....\....| 000005e0 2e 74 65 78 74 31 0d 04 a6 0e 45 51 55 57 20 26 |.text1....EQUW &| 000005f0 30 41 30 44 0d 04 b0 21 45 51 55 53 20 22 42 41 |0A0D...!EQUS "BA| 00000600 53 49 43 20 56 61 72 69 61 62 6c 65 73 20 4c 69 |SIC Variables Li| 00000610 73 74 65 72 22 0d 04 ba 0e 45 51 55 57 20 26 30 |ster"....EQUW &0| 00000620 41 30 44 0d 04 c4 11 45 51 55 53 20 c4 32 32 2c |A0D....EQUS .22,| 00000630 22 3d 22 29 0d 04 ce 12 45 51 55 44 20 26 30 41 |"=")....EQUD &0A| 00000640 30 44 30 41 30 44 0d 04 d8 21 45 51 55 53 20 22 |0D0A0D...!EQUS "| 00000650 28 63 29 20 45 6c 65 63 74 72 6f 6e 20 55 73 65 |(c) Electron Use| 00000660 72 20 31 39 39 30 22 0d 04 e2 0e 45 51 55 57 20 |r 1990"....EQUW | 00000670 26 30 41 30 44 0d 04 ec 1e 45 51 55 53 20 22 57 |&0A0D....EQUS "W| 00000680 72 69 74 74 65 6e 20 62 79 20 53 2e 50 2e 57 61 |ritten by S.P.Wa| 00000690 64 65 22 0d 04 f6 12 45 51 55 44 20 26 30 41 30 |de"....EQUD &0A0| 000006a0 44 30 41 30 44 0d 05 00 0e 45 51 55 57 20 26 30 |D0A0D....EQUW &0| 000006b0 41 30 44 0d 05 0a 14 45 51 55 53 20 22 50 41 47 |A0D....EQUS "PAG| 000006c0 45 20 20 3d 20 26 22 0d 05 14 0c 45 51 55 42 20 |E = &"....EQUB | 000006d0 26 46 46 0d 05 1e 05 5c 0d 05 28 0a 2e 74 65 78 |&FF....\..(..tex| 000006e0 74 32 0d 05 32 0e 45 51 55 57 20 26 30 41 30 44 |t2..2.EQUW &0A0D| 000006f0 0d 05 3c 14 45 51 55 53 20 22 54 4f 50 20 20 20 |..<.EQUS "TOP | 00000700 3d 20 26 22 0d 05 46 0c 45 51 55 42 20 26 46 46 |= &"..F.EQUB &FF| 00000710 0d 05 50 05 5c 0d 05 5a 0a 2e 74 65 78 74 33 0d |..P.\..Z..text3.| 00000720 05 64 0e 45 51 55 57 20 26 30 41 30 44 0d 05 6e |.d.EQUW &0A0D..n| 00000730 14 45 51 55 53 20 22 4c 4f 4d 45 4d 20 3d 20 26 |.EQUS "LOMEM = &| 00000740 22 0d 05 78 0c 45 51 55 42 20 26 46 46 0d 05 82 |"..x.EQUB &FF...| 00000750 05 5c 0d 05 8c 0a 2e 74 65 78 74 34 0d 05 96 0e |.\.....text4....| 00000760 45 51 55 57 20 26 30 41 30 44 0d 05 a0 14 45 51 |EQUW &0A0D....EQ| 00000770 55 53 20 22 48 65 61 70 20 20 3d 20 26 22 0d 05 |US "Heap = &"..| 00000780 aa 0c 45 51 55 42 20 26 46 46 0d 05 b4 05 5c 0d |..EQUB &FF....\.| 00000790 05 be 0a 2e 74 65 78 74 35 0d 05 c8 0e 45 51 55 |....text5....EQU| 000007a0 57 20 26 30 41 30 44 0d 05 d2 14 45 51 55 53 20 |W &0A0D....EQUS | 000007b0 22 53 74 61 63 6b 20 3d 20 26 22 0d 05 dc 0c 45 |"Stack = &"....E| 000007c0 51 55 42 20 26 46 46 0d 05 e6 05 5c 0d 05 f0 0a |QUB &FF....\....| 000007d0 2e 74 65 78 74 36 0d 05 fa 0e 45 51 55 57 20 26 |.text6....EQUW &| 000007e0 30 41 30 44 0d 06 04 14 45 51 55 53 20 22 48 49 |0A0D....EQUS "HI| 000007f0 4d 45 4d 20 3d 20 26 22 0d 06 0e 0c 45 51 55 42 |MEM = &"....EQUB| 00000800 20 26 46 46 0d 06 18 05 5c 0d 06 22 0a 2e 74 65 | &FF....\.."..te| 00000810 78 74 37 0d 06 2c 12 45 51 55 44 20 26 30 41 30 |xt7..,.EQUD &0A0| 00000820 44 30 41 30 44 0d 06 36 19 45 51 55 53 20 22 42 |D0A0D..6.EQUS "B| 00000830 79 74 65 73 20 46 72 65 65 20 3d 20 26 22 0d 06 |ytes Free = &"..| 00000840 40 0c 45 51 55 42 20 26 46 46 0d 06 4a 05 5c 0d |@.EQUB &FF..J.\.| 00000850 06 54 0a 2e 74 65 78 74 38 0d 06 5e 0e 45 51 55 |.T..text8..^.EQU| 00000860 57 20 26 30 41 30 44 0d 06 68 19 45 51 55 53 20 |W &0A0D..h.EQUS | 00000870 22 42 79 74 65 73 20 55 73 65 64 20 3d 20 26 22 |"Bytes Used = &"| 00000880 0d 06 72 0c 45 51 55 42 20 26 46 46 0d 06 7c 05 |..r.EQUB &FF..|.| 00000890 5c 0d 06 86 0a 2e 70 72 69 6e 74 0d 06 90 0a 4c |\.....print....L| 000008a0 44 59 20 23 30 0d 06 9a 05 5c 0d 06 a4 0b 2e 70 |DY #0....\.....p| 000008b0 72 69 6e 74 32 0d 06 ae 12 4c 44 41 20 28 62 75 |rint2....LDA (bu| 000008c0 66 66 65 72 29 2c 59 0d 06 b8 0c 43 4d 50 20 23 |ffer),Y....CMP #| 000008d0 26 46 46 0d 06 c2 0e 42 45 51 20 70 72 69 6e 74 |&FF....BEQ print| 000008e0 33 0d 06 cc 0d 4a 53 52 20 26 46 46 45 45 0d 06 |3....JSR &FFEE..| 000008f0 d6 07 49 4e 59 0d 06 e0 0e 4a 4d 50 20 70 72 69 |..INY....JMP pri| 00000900 6e 74 32 0d 06 ea 05 5c 0d 06 f4 0b 2e 70 72 69 |nt2....\.....pri| 00000910 6e 74 33 0d 06 fe 07 52 54 53 0d 07 08 05 5c 0d |nt3....RTS....\.| 00000920 07 12 08 2e 68 65 78 0d 07 1c 0f 53 54 58 20 68 |....hex....STX h| 00000930 65 78 62 75 66 66 0d 07 26 11 53 54 59 20 68 65 |exbuff..&.STY he| 00000940 78 62 75 66 66 2b 31 0d 07 30 0f 4c 44 41 20 68 |xbuff+1..0.LDA h| 00000950 65 78 62 75 66 66 0d 07 3a 10 4a 53 52 20 68 65 |exbuff..:.JSR he| 00000960 78 70 72 69 6e 74 0d 07 44 11 4c 44 41 20 68 65 |xprint..D.LDA he| 00000970 78 62 75 66 66 2b 31 0d 07 4e 10 4a 53 52 20 68 |xbuff+1..N.JSR h| 00000980 65 78 70 72 69 6e 74 0d 07 58 07 52 54 53 0d 07 |exprint..X.RTS..| 00000990 62 05 5c 0d 07 6c 0d 2e 68 65 78 70 72 69 6e 74 |b.\..l..hexprint| 000009a0 0d 07 76 07 50 48 41 0d 07 80 0a 80 20 23 32 34 |..v.PHA..... #24| 000009b0 30 0d 07 8a 09 4c 53 52 20 41 0d 07 94 09 52 4f |0....LSR A....RO| 000009c0 52 20 41 0d 07 9e 09 52 4f 52 20 41 0d 07 a8 09 |R A....ROR A....| 000009d0 52 4f 52 20 41 0d 07 b2 11 4a 53 52 20 68 65 78 |ROR A....JSR hex| 000009e0 70 72 69 6e 74 32 0d 07 bc 07 50 4c 41 0d 07 c6 |print2....PLA...| 000009f0 09 80 20 23 31 35 0d 07 d0 05 5c 0d 07 da 0e 2e |.. #15....\.....| 00000a00 68 65 78 70 72 69 6e 74 32 0d 07 e4 07 43 4c 43 |hexprint2....CLC| 00000a10 0d 07 ee 0b 41 44 43 20 23 34 38 0d 07 f8 0b 43 |....ADC #48....C| 00000a20 4d 50 20 23 35 38 0d 08 02 11 42 43 43 20 68 65 |MP #58....BCC he| 00000a30 78 70 72 69 6e 74 33 0d 08 0c 07 43 4c 43 0d 08 |xprint3....CLC..| 00000a40 16 0a 41 44 43 20 23 37 0d 08 20 05 5c 0d 08 2a |..ADC #7.. .\..*| 00000a50 0e 2e 68 65 78 70 72 69 6e 74 33 0d 08 34 0d 4a |..hexprint3..4.J| 00000a60 4d 50 20 26 46 46 45 45 0d 08 3e 05 5c 0d 08 48 |MP &FFEE..>.\..H| 00000a70 05 5d 0d 08 52 05 ed 0d 08 5c 05 f1 0d 08 66 05 |.]..R....\....f.| 00000a80 f1 0d 08 70 1a f1 20 22 50 72 6f 67 72 61 6d 20 |...p.. "Program | 00000a90 61 73 73 65 6d 62 6c 65 64 2e 22 0d 08 7a 05 f1 |assembled."..z..| 00000aa0 0d 08 84 1e f1 20 22 53 61 76 65 20 74 6f 20 6d |..... "Save to m| 00000ab0 65 64 69 61 20 75 73 69 6e 67 3a 2d 22 20 0d 08 |edia using:-" ..| 00000ac0 8e 1e f1 20 22 20 2a 53 41 56 45 20 4d 48 65 6c |... " *SAVE MHel| 00000ad0 70 20 42 30 30 20 22 3b c3 7e 50 25 0d 08 98 05 |p B00 ";.~P%....| 00000ae0 e0 0d ff |...| 00000ae3