Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_31.ADF » P/+RmTk1
P/+RmTk1
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_31.ADF |
Filename: | P/+RmTk1 |
Read OK: | ✔ |
File size: | 072B bytes |
Load address: | 54206576 |
Exec address: | 6F52726B |
File contents
TRACKER M/C DISASSEMBLER - ROM VERSION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ By Richard Dimond I have at last got this to work. I found that the trouble was that I was using the routine in the Tracker program for entering the Star commands and this would not work as this cleared the first five bytes of the command each time and this caused a 'Bad name' error. I have added Tables 5 & 6 for the entry of the Star commands and it is now working well. This version works in the same way as before but has further advantages. The display is now full screen so that 20 lines of coding are now shown. As the *GO facility had to be omitted, I have shortened the command to run the program to *TKR for easy typing in. Star commands may now be used so that discs may be changed, files loaded and the disc catalogue displayed without breaking out of the program. These are all called by pressing the '*' key and entering the command. There is no need to re-enter the '*'. I have included a HELP srceen and this can be called with 'HELP TKR' and this will be displayed. Each time you give a Star command, the display area will clear and when the command is completed you will need to press 'SPACE' to return to the program. ESCAPE will return to BASIC as before and also if an error occurs. I hope that those who have SW RAM will find this version useful. I have included the assembler listings for those interested in looking at these. It is in two parts, the first for the ROM set up, HELP data and the start command and the second for the program itself. This latter file is so long that it can only be assembled with either a Master in MODE 134 or MODE7 or an Electron with MRB. The assembled coding TRACK1 and 2 are then loaded into SW_RAM using the short program TKRldr.
00000000 0d 54 52 41 43 4b 45 52 20 4d 2f 43 20 44 49 53 |.TRACKER M/C DIS| 00000010 41 53 53 45 4d 42 4c 45 52 20 2d 20 52 4f 4d 20 |ASSEMBLER - ROM | 00000020 56 45 52 53 49 4f 4e 0d 7e 7e 7e 7e 7e 7e 7e 7e |VERSION.~~~~~~~~| 00000030 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000040 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0d 42 |~~~~~~~~~~~~~~.B| 00000050 79 20 52 69 63 68 61 72 64 20 44 69 6d 6f 6e 64 |y Richard Dimond| 00000060 0d 0d 49 1a 20 68 61 76 65 20 61 74 20 6c 61 73 |..I. have at las| 00000070 74 20 67 6f 74 20 74 68 69 73 20 74 6f 20 77 6f |t got this to wo| 00000080 72 6b 2e 20 20 49 20 66 6f 75 6e 64 20 74 68 61 |rk. I found tha| 00000090 74 20 74 68 65 20 74 72 6f 75 62 6c 65 20 77 61 |t the trouble wa| 000000a0 73 20 74 68 61 74 20 49 20 77 61 73 0d 75 73 69 |s that I was.usi| 000000b0 6e 67 20 74 68 65 20 72 6f 75 74 69 6e 65 20 69 |ng the routine i| 000000c0 6e 20 74 68 65 1a 20 54 72 61 63 6b 65 72 1a 20 |n the. Tracker. | 000000d0 70 72 6f 67 72 61 6d 1a 20 66 6f 72 20 65 6e 74 |program. for ent| 000000e0 65 72 69 6e 67 20 74 68 65 20 53 74 61 72 20 63 |ering the Star c| 000000f0 6f 6d 6d 61 6e 64 73 0d 61 6e 64 1a 20 74 68 69 |ommands.and. thi| 00000100 73 20 77 6f 75 6c 64 20 6e 6f 74 20 77 6f 72 6b |s would not work| 00000110 20 61 73 20 74 68 69 73 20 63 6c 65 61 72 65 64 | as this cleared| 00000120 1a 20 74 68 65 1a 20 66 69 72 73 74 1a 20 66 69 |. the. first. fi| 00000130 76 65 1a 20 62 79 74 65 73 1a 20 6f 66 1a 20 74 |ve. bytes. of. t| 00000140 68 65 0d 63 6f 6d 6d 61 6e 64 20 65 61 63 68 20 |he.command each | 00000150 74 69 6d 65 20 61 6e 64 20 74 68 69 73 20 63 61 |time and this ca| 00000160 75 73 65 64 20 61 20 27 42 61 64 20 6e 61 6d 65 |used a 'Bad name| 00000170 27 20 65 72 72 6f 72 2e 20 20 49 20 68 61 76 65 |' error. I have| 00000180 20 61 64 64 65 64 20 54 61 62 6c 65 73 0d 35 20 | added Tables.5 | 00000190 26 20 36 20 66 6f 72 20 74 68 65 20 65 6e 74 72 |& 6 for the entr| 000001a0 79 20 6f 66 20 74 68 65 20 53 74 61 72 20 63 6f |y of the Star co| 000001b0 6d 6d 61 6e 64 73 20 61 6e 64 20 69 74 20 69 73 |mmands and it is| 000001c0 20 6e 6f 77 20 77 6f 72 6b 69 6e 67 20 77 65 6c | now working wel| 000001d0 6c 2e 0d 0d 54 68 69 73 20 76 65 72 73 69 6f 6e |l...This version| 000001e0 20 77 6f 72 6b 73 20 69 6e 20 74 68 65 1a 20 73 | works in the. s| 000001f0 61 6d 65 1a 20 77 61 79 20 61 73 20 62 65 66 6f |ame. way as befo| 00000200 72 65 20 62 75 74 20 68 61 73 20 66 75 72 74 68 |re but has furth| 00000210 65 72 20 61 64 76 61 6e 74 61 67 65 73 2e 0d 0d |er advantages...| 00000220 54 68 65 20 64 69 73 70 6c 61 79 20 69 73 20 6e |The display is n| 00000230 6f 77 20 66 75 6c 6c 1a 20 73 63 72 65 65 6e 1a |ow full. screen.| 00000240 20 73 6f 20 74 68 61 74 20 32 30 20 6c 69 6e 65 | so that 20 line| 00000250 73 20 6f 66 20 63 6f 64 69 6e 67 20 61 72 65 20 |s of coding are | 00000260 6e 6f 77 20 73 68 6f 77 6e 2e 20 20 20 0d 41 73 |now shown. .As| 00000270 20 74 68 65 20 2a 47 4f 20 66 61 63 69 6c 69 74 | the *GO facilit| 00000280 79 20 68 61 64 20 74 6f 20 62 65 20 6f 6d 69 74 |y had to be omit| 00000290 74 65 64 2c 20 49 20 68 61 76 65 20 73 68 6f 72 |ted, I have shor| 000002a0 74 65 6e 65 64 20 74 68 65 20 63 6f 6d 6d 61 6e |tened the comman| 000002b0 64 20 74 6f 20 72 75 6e 0d 74 68 65 20 70 72 6f |d to run.the pro| 000002c0 67 72 61 6d 20 74 6f 20 2a 54 4b 52 20 66 6f 72 |gram to *TKR for| 000002d0 20 65 61 73 79 20 74 79 70 69 6e 67 20 69 6e 2e | easy typing in.| 000002e0 0d 0d 53 74 61 72 20 63 6f 6d 6d 61 6e 64 73 20 |..Star commands | 000002f0 6d 61 79 20 6e 6f 77 20 62 65 1a 20 75 73 65 64 |may now be. used| 00000300 1a 20 73 6f 20 74 68 61 74 20 64 69 73 63 73 20 |. so that discs | 00000310 6d 61 79 20 62 65 20 63 68 61 6e 67 65 64 2c 20 |may be changed, | 00000320 66 69 6c 65 73 20 6c 6f 61 64 65 64 0d 61 6e 64 |files loaded.and| 00000330 1a 20 74 68 65 20 64 69 73 63 20 63 61 74 61 6c |. the disc catal| 00000340 6f 67 75 65 20 64 69 73 70 6c 61 79 65 64 20 77 |ogue displayed w| 00000350 69 74 68 6f 75 74 20 62 72 65 61 6b 69 6e 67 1a |ithout breaking.| 00000360 20 6f 75 74 1a 20 6f 66 1a 20 74 68 65 1a 20 70 | out. of. the. p| 00000370 72 6f 67 72 61 6d 2e 20 20 0d 54 68 65 73 65 20 |rogram. .These | 00000380 61 72 65 1a 20 61 6c 6c 1a 20 63 61 6c 6c 65 64 |are. all. called| 00000390 1a 20 62 79 1a 20 70 72 65 73 73 69 6e 67 20 74 |. by. pressing t| 000003a0 68 65 20 27 2a 27 20 6b 65 79 20 61 6e 64 20 65 |he '*' key and e| 000003b0 6e 74 65 72 69 6e 67 20 74 68 65 20 63 6f 6d 6d |ntering the comm| 000003c0 61 6e 64 2e 0d 54 68 65 72 65 20 69 73 20 6e 6f |and..There is no| 000003d0 20 6e 65 65 64 20 74 6f 20 72 65 2d 65 6e 74 65 | need to re-ente| 000003e0 72 20 74 68 65 20 27 2a 27 2e 0d 0d 49 20 68 61 |r the '*'...I ha| 000003f0 76 65 20 69 6e 63 6c 75 64 65 64 20 61 20 48 45 |ve included a HE| 00000400 4c 50 20 73 72 63 65 65 6e 20 61 6e 64 1a 20 74 |LP srceen and. t| 00000410 68 69 73 1a 20 63 61 6e 20 62 65 20 63 61 6c 6c |his. can be call| 00000420 65 64 20 77 69 74 68 20 27 48 45 4c 50 20 54 4b |ed with 'HELP TK| 00000430 52 27 20 61 6e 64 0d 74 68 69 73 20 77 69 6c 6c |R' and.this will| 00000440 20 62 65 20 64 69 73 70 6c 61 79 65 64 2e 0d 0d | be displayed...| 00000450 45 61 63 68 20 74 69 6d 65 20 79 6f 75 20 67 69 |Each time you gi| 00000460 76 65 20 61 1a 20 53 74 61 72 1a 20 63 6f 6d 6d |ve a. Star. comm| 00000470 61 6e 64 2c 1a 20 74 68 65 20 64 69 73 70 6c 61 |and,. the displa| 00000480 79 20 61 72 65 61 20 77 69 6c 6c 20 63 6c 65 61 |y area will clea| 00000490 72 20 61 6e 64 20 77 68 65 6e 0d 74 68 65 20 63 |r and when.the c| 000004a0 6f 6d 6d 61 6e 64 20 69 73 20 63 6f 6d 70 6c 65 |ommand is comple| 000004b0 74 65 64 20 79 6f 75 20 77 69 6c 6c 20 6e 65 65 |ted you will nee| 000004c0 64 20 74 6f 1a 20 70 72 65 73 73 1a 20 27 53 50 |d to. press. 'SP| 000004d0 41 43 45 27 20 74 6f 20 72 65 74 75 72 6e 20 74 |ACE' to return t| 000004e0 6f 20 74 68 65 0d 70 72 6f 67 72 61 6d 2e 1a 20 |o the.program.. | 000004f0 20 45 53 43 41 50 45 1a 20 77 69 6c 6c 1a 20 72 | ESCAPE. will. r| 00000500 65 74 75 72 6e 20 74 6f 20 42 41 53 49 43 20 61 |eturn to BASIC a| 00000510 73 20 62 65 66 6f 72 65 20 61 6e 64 20 61 6c 73 |s before and als| 00000520 6f 1a 20 69 66 1a 20 61 6e 1a 20 65 72 72 6f 72 |o. if. an. error| 00000530 0d 6f 63 63 75 72 73 2e 0d 0d 49 20 68 6f 70 65 |.occurs...I hope| 00000540 20 74 68 61 74 20 74 68 6f 73 65 20 77 68 6f 20 | that those who | 00000550 68 61 76 65 20 53 57 20 52 41 4d 20 77 69 6c 6c |have SW RAM will| 00000560 20 66 69 6e 64 20 74 68 69 73 20 76 65 72 73 69 | find this versi| 00000570 6f 6e 20 75 73 65 66 75 6c 2e 0d 0d 49 20 68 61 |on useful...I ha| 00000580 76 65 20 69 6e 63 6c 75 64 65 64 20 74 68 65 20 |ve included the | 00000590 61 73 73 65 6d 62 6c 65 72 20 6c 69 73 74 69 6e |assembler listin| 000005a0 67 73 1a 20 66 6f 72 20 74 68 6f 73 65 20 69 6e |gs. for those in| 000005b0 74 65 72 65 73 74 65 64 20 69 6e 20 6c 6f 6f 6b |terested in look| 000005c0 69 6e 67 20 61 74 0d 74 68 65 73 65 2e 20 20 49 |ing at.these. I| 000005d0 74 20 69 73 20 69 6e 20 74 77 6f 1a 20 70 61 72 |t is in two. par| 000005e0 74 73 2c 1a 20 74 68 65 1a 20 66 69 72 73 74 20 |ts,. the. first | 000005f0 66 6f 72 20 74 68 65 20 52 4f 4d 20 73 65 74 20 |for the ROM set | 00000600 75 70 2c 20 48 45 4c 50 20 64 61 74 61 20 61 6e |up, HELP data an| 00000610 64 0d 74 68 65 20 73 74 61 72 74 20 63 6f 6d 6d |d.the start comm| 00000620 61 6e 64 20 61 6e 64 20 74 68 65 20 73 65 63 6f |and and the seco| 00000630 6e 64 20 66 6f 72 20 74 68 65 20 70 72 6f 67 72 |nd for the progr| 00000640 61 6d 20 69 74 73 65 6c 66 2e 20 20 54 68 69 73 |am itself. This| 00000650 20 6c 61 74 74 65 72 20 66 69 6c 65 0d 69 73 20 | latter file.is | 00000660 73 6f 20 6c 6f 6e 67 20 74 68 61 74 20 69 74 20 |so long that it | 00000670 63 61 6e 20 6f 6e 6c 79 20 62 65 1a 20 61 73 73 |can only be. ass| 00000680 65 6d 62 6c 65 64 20 77 69 74 68 20 65 69 74 68 |embled with eith| 00000690 65 72 20 61 20 4d 61 73 74 65 72 20 69 6e 20 4d |er a Master in M| 000006a0 4f 44 45 20 31 33 34 0d 6f 72 20 4d 4f 44 45 37 |ODE 134.or MODE7| 000006b0 20 6f 72 20 61 6e 20 45 6c 65 63 74 72 6f 6e 1a | or an Electron.| 000006c0 20 77 69 74 68 1a 20 4d 52 42 2e 20 20 54 68 65 | with. MRB. The| 000006d0 20 61 73 73 65 6d 62 6c 65 64 20 63 6f 64 69 6e | assembled codin| 000006e0 67 20 54 52 41 43 4b 31 20 61 6e 64 20 32 20 61 |g TRACK1 and 2 a| 000006f0 72 65 0d 74 68 65 6e 20 6c 6f 61 64 65 64 20 69 |re.then loaded i| 00000700 6e 74 6f 20 53 57 5f 52 41 4d 20 75 73 69 6e 67 |nto SW_RAM using| 00000710 20 74 68 65 20 73 68 6f 72 74 20 70 72 6f 67 72 | the short progr| 00000720 61 6d 20 54 4b 52 6c 64 72 2e 0d |am TKRldr..| 0000072b