Home » Personal collection » Acorn ADFS disks » Electron » PRES_E00.ADF » Help/Type
Help/Type
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 » PRES_E00.ADF |
Filename: | Help/Type |
Read OK: | ✔ |
File size: | 01ED bytes |
Load address: | 0000 |
Exec address: | FFFFFFFF |
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/Type
- AEW website » acp_pres » acp_pres_3_5_discs_Electron-Adfs-E00_A-E00.adf » Help/Type
- Personal collection » Acorn ADFS disks » Electron » PRES_E00.ADF » Help/Type
- Personal collection » Acorn ADFS disks » Electron » PRES_E00_backup.ADF » Help/Type
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_E00.adf » Help/Type
- Personal collection » Acorn ADFS disks » Greaseweazled » dfs_box04_disk01b_adfs_welcome_disk_interleaved.adf » Help/Type
File contents
** TYPE ** Usage: *TYPE <File> [<offset>] TYPE is a machine code utility used to print a text file to the console; a starting offset within the file may optionally be specified (in hex). All possible end of line records (CR, LF,CR;LF or LF;CR) are translated into a LF:CR sequence. You may prematurely escape from TYPE by pressing ESCAPE. TYPE uses memory &A00-&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 54 59 50 45 20 2a 2a 0d 0d 55 73 61 67 65 3a | TYPE **..Usage:| 00000020 20 2a 54 59 50 45 20 3c 46 69 6c 65 3e 20 5b 3c | *TYPE <File> [<| 00000030 6f 66 66 73 65 74 3e 5d 0d 0d 54 59 50 45 20 69 |offset>]..TYPE i| 00000040 73 20 61 20 6d 61 63 68 69 6e 65 20 63 6f 64 65 |s a machine code| 00000050 20 20 75 74 69 6c 69 74 79 20 75 73 65 64 20 74 | utility used t| 00000060 6f 0d 70 72 69 6e 74 20 20 61 20 74 65 78 74 20 |o.print a text | 00000070 20 66 69 6c 65 20 20 74 6f 20 74 68 65 20 20 63 | file to the c| 00000080 6f 6e 73 6f 6c 65 3b 20 61 0d 73 74 61 72 74 69 |onsole; a.starti| 00000090 6e 67 20 20 6f 66 66 73 65 74 20 20 77 69 74 68 |ng offset with| 000000a0 69 6e 20 20 74 68 65 20 20 66 69 6c 65 20 6d 61 |in the file ma| 000000b0 79 0d 6f 70 74 69 6f 6e 61 6c 6c 79 20 62 65 20 |y.optionally be | 000000c0 73 70 65 63 69 66 69 65 64 20 28 69 6e 20 68 65 |specified (in he| 000000d0 78 29 2e 0d 0d 20 20 41 6c 6c 20 70 6f 73 73 69 |x)... All possi| 000000e0 62 6c 65 20 65 6e 64 20 6f 66 20 6c 69 6e 65 20 |ble end of line | 000000f0 72 65 63 6f 72 64 73 20 28 43 52 2c 0d 4c 46 2c |records (CR,.LF,| 00000100 43 52 3b 4c 46 20 6f 72 20 4c 46 3b 43 52 29 20 |CR;LF or LF;CR) | 00000110 61 72 65 20 20 74 72 61 6e 73 6c 61 74 65 64 20 |are translated | 00000120 69 6e 74 6f 0d 61 20 4c 46 3a 43 52 20 73 65 71 |into.a LF:CR seq| 00000130 75 65 6e 63 65 2e 0d 0d 0d 20 20 59 6f 75 20 6d |uence.... You m| 00000140 61 79 20 70 72 65 6d 61 74 75 72 65 6c 79 20 20 |ay prematurely | 00000150 65 73 63 61 70 65 20 66 72 6f 6d 20 54 59 50 45 |escape from TYPE| 00000160 0d 62 79 20 70 72 65 73 73 69 6e 67 20 45 53 43 |.by pressing ESC| 00000170 41 50 45 2e 0d 0d 0d 54 59 50 45 20 75 73 65 73 |APE....TYPE uses| 00000180 20 6d 65 6d 6f 72 79 20 20 26 41 30 30 2d 26 41 | memory &A00-&A| 00000190 46 46 2c 20 61 6e 64 20 73 68 6f 75 6c 64 0d 74 |FF, and should.t| 000001a0 68 65 72 65 66 6f 72 65 20 62 65 20 27 74 72 61 |herefore be 'tra| 000001b0 6e 73 70 61 72 65 6e 74 27 20 69 6e 20 75 73 65 |nsparent' in use| 000001c0 2e 20 28 69 2e 65 0d 69 74 20 77 6f 6e 27 74 20 |. (i.e.it won't | 000001d0 63 6f 72 72 75 70 74 20 6c 61 6e 67 75 61 67 65 |corrupt language| 000001e0 20 77 6f 72 6b 73 70 61 63 65 29 2e 0d | workspace)..| 000001ed