Home » Archimedes archive » Micro User » MU 1992-06.adf » PD » BASS/Comms/Ice/MiniTerm
BASS/Comms/Ice/MiniTerm
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 » Archimedes archive » Micro User » MU 1992-06.adf » PD |
Filename: | BASS/Comms/Ice/MiniTerm |
Read OK: | ✔ |
File size: | 0106 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
10REM >MiniTerm ... The 8-line ANSI-terminal program for the Archimedes !!! 20MODE 12 30SYS "Ice_Initialise",2400,2400,8,1,0 40REPEAT 50 a%=INKEY(0) 60 IF a%<>-1 AND a%<>126 THEN SYS "Ice_SendByte",a% 70 SYS "Ice_GetByte" TO b% 80 IF b%<>-1 THEN SYS "Ice_WriteANSI",b% 90UNTIL a%=126
K� >MiniTerm ... The 8-line ANSI-terminal program for the Archimedes !!! � 12 'ș "Ice_Initialise",2400,2400,8,1,0 (� 2 a%=�(0) <. � a%<>-1 � a%<>126 � ș "Ice_SendByte",a% F ș "Ice_GetByte" � b% P% � b%<>-1 � ș "Ice_WriteANSI",b% Z� a%=126 �
00000000 0d 00 0a 4b f4 20 3e 4d 69 6e 69 54 65 72 6d 20 |...K. >MiniTerm | 00000010 2e 2e 2e 20 54 68 65 20 38 2d 6c 69 6e 65 20 41 |... The 8-line A| 00000020 4e 53 49 2d 74 65 72 6d 69 6e 61 6c 20 70 72 6f |NSI-terminal pro| 00000030 67 72 61 6d 20 66 6f 72 20 74 68 65 20 41 72 63 |gram for the Arc| 00000040 68 69 6d 65 64 65 73 20 21 21 21 0d 00 14 08 eb |himedes !!!.....| 00000050 20 31 32 0d 00 1e 27 c8 99 20 22 49 63 65 5f 49 | 12...'.. "Ice_I| 00000060 6e 69 74 69 61 6c 69 73 65 22 2c 32 34 30 30 2c |nitialise",2400,| 00000070 32 34 30 30 2c 38 2c 31 2c 30 0d 00 28 05 f5 0d |2400,8,1,0..(...| 00000080 00 32 0c 20 61 25 3d a6 28 30 29 0d 00 3c 2e 20 |.2. a%=.(0)..<. | 00000090 e7 20 61 25 3c 3e 2d 31 20 80 20 61 25 3c 3e 31 |. a%<>-1 . a%<>1| 000000a0 32 36 20 8c 20 c8 99 20 22 49 63 65 5f 53 65 6e |26 . .. "Ice_Sen| 000000b0 64 42 79 74 65 22 2c 61 25 0d 00 46 1a 20 c8 99 |dByte",a%..F. ..| 000000c0 20 22 49 63 65 5f 47 65 74 42 79 74 65 22 20 b8 | "Ice_GetByte" .| 000000d0 20 62 25 0d 00 50 25 20 e7 20 62 25 3c 3e 2d 31 | b%..P% . b%<>-1| 000000e0 20 8c 20 c8 99 20 22 49 63 65 5f 57 72 69 74 65 | . .. "Ice_Write| 000000f0 41 4e 53 49 22 2c 62 25 0d 00 5a 0c fd 20 61 25 |ANSI",b%..Z.. a%| 00000100 3d 31 32 36 0d ff |=126..| 00000106