Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_42.ADF » P/+rdman1
P/+rdman1
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_42.ADF |
Filename: | P/+rdman1 |
Read OK: | ✔ |
File size: | 0304 bytes |
Load address: | FFFFFF48 |
Exec address: | FFFFB7E1 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_42.ADF » P/+rdman1
- Personal collection » Acorn hard disk » zipped_disks » elk06 » eug42/P/+rdman1
File contents
MANUAL FOR RAMDUMP (BBC BASIC) This file describes the program RAMDUMP which displays the contents of I/O processor RAM in a similar format to Acorn DFS's *DUMP command. The manual is (C)1998 SPROW and software is (C)1995 SPROW INSTRUCTIONS- At the BASIC prompt,type CHAIN"RAMDUMP" The program will request a start and a stop address to be entered in hexadecimal,then will faithfully display the byte contents of the RAM between the two given addresses. EXIT MESSAGES- "End address must be higher than start" - the address to finish at was set to less than the address to start at KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems HISTORY- V1.00 Original written to save a corrupted BASIC program
00000000 4d 41 4e 55 41 4c 20 46 4f 52 20 52 41 4d 44 55 |MANUAL FOR RAMDU| 00000010 4d 50 20 28 42 42 43 20 42 41 53 49 43 29 0a 0d |MP (BBC BASIC)..| 00000020 0a 0d 54 68 69 73 20 66 69 6c 65 20 64 65 73 63 |..This file desc| 00000030 72 69 62 65 73 20 74 68 65 20 70 72 6f 67 72 61 |ribes the progra| 00000040 6d 20 52 41 4d 44 55 4d 50 20 77 68 69 63 68 20 |m RAMDUMP which | 00000050 64 69 73 70 6c 61 79 73 20 74 68 65 20 63 6f 6e |displays the con| 00000060 74 65 6e 74 73 20 6f 66 20 49 2f 4f 0a 0d 70 72 |tents of I/O..pr| 00000070 6f 63 65 73 73 6f 72 20 52 41 4d 20 69 6e 20 61 |ocessor RAM in a| 00000080 20 73 69 6d 69 6c 61 72 20 66 6f 72 6d 61 74 20 | similar format | 00000090 74 6f 20 41 63 6f 72 6e 20 44 46 53 27 73 20 2a |to Acorn DFS's *| 000000a0 44 55 4d 50 20 63 6f 6d 6d 61 6e 64 2e 0a 0d 54 |DUMP command...T| 000000b0 68 65 20 6d 61 6e 75 61 6c 20 69 73 20 28 43 29 |he manual is (C)| 000000c0 31 39 39 38 20 53 50 52 4f 57 20 61 6e 64 20 73 |1998 SPROW and s| 000000d0 6f 66 74 77 61 72 65 20 69 73 20 28 43 29 31 39 |oftware is (C)19| 000000e0 39 35 20 53 50 52 4f 57 0a 0d 0a 0d 49 4e 53 54 |95 SPROW....INST| 000000f0 52 55 43 54 49 4f 4e 53 2d 0a 0d 41 74 20 74 68 |RUCTIONS-..At th| 00000100 65 20 42 41 53 49 43 20 70 72 6f 6d 70 74 2c 74 |e BASIC prompt,t| 00000110 79 70 65 20 43 48 41 49 4e 22 52 41 4d 44 55 4d |ype CHAIN"RAMDUM| 00000120 50 22 0a 0d 0a 0d 54 68 65 20 70 72 6f 67 72 61 |P"....The progra| 00000130 6d 20 77 69 6c 6c 20 72 65 71 75 65 73 74 20 61 |m will request a| 00000140 20 73 74 61 72 74 20 61 6e 64 20 61 20 73 74 6f | start and a sto| 00000150 70 20 61 64 64 72 65 73 73 20 74 6f 20 62 65 20 |p address to be | 00000160 65 6e 74 65 72 65 64 20 69 6e 20 0a 0d 68 65 78 |entered in ..hex| 00000170 61 64 65 63 69 6d 61 6c 2c 74 68 65 6e 20 77 69 |adecimal,then wi| 00000180 6c 6c 20 66 61 69 74 68 66 75 6c 6c 79 20 64 69 |ll faithfully di| 00000190 73 70 6c 61 79 20 74 68 65 20 62 79 74 65 20 63 |splay the byte c| 000001a0 6f 6e 74 65 6e 74 73 20 6f 66 20 74 68 65 20 52 |ontents of the R| 000001b0 41 4d 20 62 65 74 77 65 65 6e 0a 0d 74 68 65 20 |AM between..the | 000001c0 74 77 6f 20 67 69 76 65 6e 20 61 64 64 72 65 73 |two given addres| 000001d0 73 65 73 2e 0a 0d 0a 0d 45 58 49 54 20 4d 45 53 |ses.....EXIT MES| 000001e0 53 41 47 45 53 2d 0a 0d 22 45 6e 64 20 61 64 64 |SAGES-.."End add| 000001f0 72 65 73 73 20 6d 75 73 74 20 62 65 20 68 69 67 |ress must be hig| 00000200 68 65 72 20 74 68 61 6e 20 73 74 61 72 74 22 20 |her than start" | 00000210 2d 20 74 68 65 20 61 64 64 72 65 73 73 20 74 6f |- the address to| 00000220 20 66 69 6e 69 73 68 20 61 74 20 77 61 73 20 73 | finish at was s| 00000230 65 74 20 74 6f 0a 0d 20 20 20 20 20 20 20 20 20 |et to.. | 00000240 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000260 20 6c 65 73 73 20 74 68 61 6e 20 74 68 65 20 61 | less than the a| 00000270 64 64 72 65 73 73 20 74 6f 20 73 74 61 72 74 20 |ddress to start | 00000280 61 74 0a 0d 0a 0d 4b 4e 4f 57 4e 20 50 52 4f 42 |at....KNOWN PROB| 00000290 4c 45 4d 53 2f 46 55 54 55 52 45 20 45 4e 48 41 |LEMS/FUTURE ENHA| 000002a0 4e 43 45 4d 45 4e 54 53 2d 0a 0d 4e 6f 20 6b 6e |NCEMENTS-..No kn| 000002b0 6f 77 6e 20 70 72 6f 62 6c 65 6d 73 0a 0d 0a 0d |own problems....| 000002c0 48 49 53 54 4f 52 59 2d 0a 0d 56 31 2e 30 30 20 |HISTORY-..V1.00 | 000002d0 4f 72 69 67 69 6e 61 6c 20 77 72 69 74 74 65 6e |Original written| 000002e0 20 74 6f 20 73 61 76 65 20 61 20 63 6f 72 72 75 | to save a corru| 000002f0 70 74 65 64 20 42 41 53 49 43 20 70 72 6f 67 72 |pted BASIC progr| 00000300 61 6d 0a 0d |am..| 00000304