Home » Personal collection » Acorn ADFS disks » Greaseweazled » dfs_box04_disk01b_adfs_welcome_disk_interleaved.adf » Help/Dump
Help/Dump
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 » Greaseweazled » dfs_box04_disk01b_adfs_welcome_disk_interleaved.adf |
Filename: | Help/Dump |
Read OK: | ✔ |
File size: | 0278 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There are 5 duplicate copies of this file in the archive:
- AEW website » acornsoft » acornsoft_3_5_discs_Electron_Welcome_Disc_HA-WELC.adf » Help/Dump
- AEW website » acp_pres » acp_pres_3_5_discs_Electron-Adfs-E00_A-E00.adf » Help/Dump
- Personal collection » Acorn ADFS disks » Electron » PRES_E00.ADF » Help/Dump
- Personal collection » Acorn ADFS disks » Electron » PRES_E00_backup.ADF » Help/Dump
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_E00.adf » Help/Dump
- Personal collection » Acorn ADFS disks » Greaseweazled » dfs_box04_disk01b_adfs_welcome_disk_interleaved.adf » Help/Dump
File contents
** DUMP ** Usage: *DUMP <File> [<offset> [<addr>]] DUMP is a machine code utility used to provide a hexadecimal dump of any file, optionally starting at a given offset (specified in hex) within the file. For each line of output, dump prints the corresponding address; this address defaults to start at the load address of the file (except -1 defaults to 0), but may be specified (in hex) on the command line, if required. You may prematurely escape from DUMP by pressing ESCAPE. DUMP uses memory &900-&AFF, and should therefore be 'transparent' in use. (i.e it won't corrupt language workspace).
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2a 2a | **| 00000010 20 44 55 4d 50 20 2a 2a 0d 0d 55 73 61 67 65 3a | DUMP **..Usage:| 00000020 20 2a 44 55 4d 50 20 3c 46 69 6c 65 3e 20 5b 3c | *DUMP <File> [<| 00000030 6f 66 66 73 65 74 3e 20 5b 3c 61 64 64 72 3e 5d |offset> [<addr>]| 00000040 5d 0d 0d 44 55 4d 50 20 69 73 20 61 20 6d 61 63 |]..DUMP is a mac| 00000050 68 69 6e 65 20 20 63 6f 64 65 20 75 74 69 6c 69 |hine code utili| 00000060 74 79 20 75 73 65 64 20 74 6f 0d 70 72 6f 76 69 |ty used to.provi| 00000070 64 65 20 61 20 68 65 78 61 64 65 63 69 6d 61 6c |de a hexadecimal| 00000080 20 64 75 6d 70 20 6f 66 20 61 6e 79 20 66 69 6c | dump of any fil| 00000090 65 2c 0d 6f 70 74 69 6f 6e 61 6c 6c 79 20 20 73 |e,.optionally s| 000000a0 74 61 72 74 69 6e 67 20 61 74 20 61 20 67 69 76 |tarting at a giv| 000000b0 65 6e 20 20 6f 66 66 73 65 74 0d 28 73 70 65 63 |en offset.(spec| 000000c0 69 66 69 65 64 20 69 6e 20 68 65 78 29 20 77 69 |ified in hex) wi| 000000d0 74 68 69 6e 20 74 68 65 20 66 69 6c 65 2e 0d 0d |thin the file...| 000000e0 20 20 46 6f 72 20 65 61 63 68 20 20 6c 69 6e 65 | For each line| 000000f0 20 6f 66 20 6f 75 74 70 75 74 2c 20 64 75 6d 70 | of output, dump| 00000100 20 70 72 69 6e 74 73 0d 74 68 65 20 63 6f 72 72 | prints.the corr| 00000110 65 73 70 6f 6e 64 69 6e 67 20 61 64 64 72 65 73 |esponding addres| 00000120 73 3b 20 74 68 69 73 20 61 64 64 72 65 73 73 0d |s; this address.| 00000130 64 65 66 61 75 6c 74 73 20 74 6f 20 20 73 74 61 |defaults to sta| 00000140 72 74 20 61 74 20 74 68 65 20 6c 6f 61 64 20 20 |rt at the load | 00000150 61 64 64 72 65 73 73 0d 6f 66 20 20 74 68 65 20 |address.of the | 00000160 66 69 6c 65 20 28 65 78 63 65 70 74 20 2d 31 20 |file (except -1 | 00000170 64 65 66 61 75 6c 74 73 20 74 6f 20 30 29 2c 0d |defaults to 0),.| 00000180 62 75 74 20 6d 61 79 20 20 62 65 20 20 73 70 65 |but may be spe| 00000190 63 69 66 69 65 64 20 20 28 69 6e 20 68 65 78 29 |cified (in hex)| 000001a0 20 6f 6e 20 74 68 65 0d 63 6f 6d 6d 61 6e 64 20 | on the.command | 000001b0 6c 69 6e 65 2c 20 69 66 20 72 65 71 75 69 72 65 |line, if require| 000001c0 64 2e 0d 0d 20 20 59 6f 75 20 6d 61 79 20 70 72 |d... You may pr| 000001d0 65 6d 61 74 75 72 65 6c 79 20 20 65 73 63 61 70 |ematurely escap| 000001e0 65 20 66 72 6f 6d 20 44 55 4d 50 0d 62 79 20 70 |e from DUMP.by p| 000001f0 72 65 73 73 69 6e 67 20 45 53 43 41 50 45 2e 0d |ressing ESCAPE..| 00000200 0d 0d 44 55 4d 50 20 75 73 65 73 20 20 6d 65 6d |..DUMP uses mem| 00000210 6f 72 79 20 26 39 30 30 2d 26 41 46 46 2c 20 61 |ory &900-&AFF, a| 00000220 6e 64 20 73 68 6f 75 6c 64 0d 74 68 65 72 65 66 |nd should.theref| 00000230 6f 72 65 20 62 65 20 27 74 72 61 6e 73 70 61 72 |ore be 'transpar| 00000240 65 6e 74 27 20 69 6e 20 75 73 65 2e 20 28 69 2e |ent' in use. (i.| 00000250 65 0d 69 74 20 77 6f 6e 27 74 20 63 6f 72 72 75 |e.it won't corru| 00000260 70 74 20 6c 61 6e 67 75 61 67 65 20 77 6f 72 6b |pt language work| 00000270 73 70 61 63 65 29 2e 0d |space)..| 00000278