Home » Archimedes archive » Zipped Apps » FORTH » !FORTH/Bugs
!FORTH/Bugs
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 » Zipped Apps » FORTH |
Filename: | !FORTH/Bugs |
Read OK: | ✔ |
File size: | 02DB bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
KNOWN BUGS Version 1.0 1. SWAP has an error in it when it is compiled, it can leave the top two stack entries as they are rather that swap them. 2. The screen is not updated properly when it is partly covered by annother window. 3. INKEY does not always work properly. 4. The Caret is not implemented properly. 5. The current key focus is not set to !FORTH when a file is dragged to the !FORTH window. FEATURES TO BE IMPROVED 1. Screen updating is slow, this will be improved but I don't know how (yet!). 2. Character variables, arrays, and strings will be implemented. 3. !HELP system implemented. 4. Multitasking. 5. Error Handling. 6. WIMP support.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 20 20 20 20 20 20 20 20 20 20 4b 4e 4f 57 4e 20 | KNOWN | 00000020 42 55 47 53 0a 0a 56 65 72 73 69 6f 6e 20 31 2e |BUGS..Version 1.| 00000030 30 0a 0a 31 2e 20 20 53 57 41 50 20 68 61 73 20 |0..1. SWAP has | 00000040 61 6e 20 65 72 72 6f 72 20 69 6e 20 69 74 20 77 |an error in it w| 00000050 68 65 6e 20 69 74 20 69 73 20 63 6f 6d 70 69 6c |hen it is compil| 00000060 65 64 2c 20 69 74 20 63 61 6e 20 6c 65 61 76 65 |ed, it can leave| 00000070 20 74 68 65 20 74 6f 70 20 74 77 6f 20 73 74 61 | the top two sta| 00000080 63 6b 20 65 6e 74 72 69 65 73 20 61 73 20 74 68 |ck entries as th| 00000090 65 79 20 61 72 65 20 72 61 74 68 65 72 20 74 68 |ey are rather th| 000000a0 61 74 20 73 77 61 70 20 74 68 65 6d 2e 0a 0a 32 |at swap them...2| 000000b0 2e 20 20 54 68 65 20 73 63 72 65 65 6e 20 69 73 |. The screen is| 000000c0 20 6e 6f 74 20 75 70 64 61 74 65 64 20 70 72 6f | not updated pro| 000000d0 70 65 72 6c 79 20 77 68 65 6e 20 69 74 20 69 73 |perly when it is| 000000e0 20 70 61 72 74 6c 79 20 63 6f 76 65 72 65 64 20 | partly covered | 000000f0 62 79 20 61 6e 6e 6f 74 68 65 72 20 77 69 6e 64 |by annother wind| 00000100 6f 77 2e 0a 0a 33 2e 20 20 49 4e 4b 45 59 20 64 |ow...3. INKEY d| 00000110 6f 65 73 20 6e 6f 74 20 61 6c 77 61 79 73 20 77 |oes not always w| 00000120 6f 72 6b 20 70 72 6f 70 65 72 6c 79 2e 0a 0a 34 |ork properly...4| 00000130 2e 20 20 54 68 65 20 43 61 72 65 74 20 69 73 20 |. The Caret is | 00000140 6e 6f 74 20 69 6d 70 6c 65 6d 65 6e 74 65 64 20 |not implemented | 00000150 70 72 6f 70 65 72 6c 79 2e 0a 0a 35 2e 20 20 54 |properly...5. T| 00000160 68 65 20 63 75 72 72 65 6e 74 20 6b 65 79 20 66 |he current key f| 00000170 6f 63 75 73 20 69 73 20 6e 6f 74 20 73 65 74 20 |ocus is not set | 00000180 74 6f 20 21 46 4f 52 54 48 20 77 68 65 6e 20 61 |to !FORTH when a| 00000190 20 66 69 6c 65 20 69 73 20 64 72 61 67 67 65 64 | file is dragged| 000001a0 20 74 6f 20 74 68 65 20 21 46 4f 52 54 48 20 77 | to the !FORTH w| 000001b0 69 6e 64 6f 77 2e 0a 0a 0a 0a 20 20 20 20 20 20 |indow..... | 000001c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000001d0 20 20 20 20 46 45 41 54 55 52 45 53 20 54 4f 20 | FEATURES TO | 000001e0 42 45 20 49 4d 50 52 4f 56 45 44 0a 0a 31 2e 20 |BE IMPROVED..1. | 000001f0 20 53 63 72 65 65 6e 20 75 70 64 61 74 69 6e 67 | Screen updating| 00000200 20 69 73 20 73 6c 6f 77 2c 20 74 68 69 73 20 77 | is slow, this w| 00000210 69 6c 6c 20 62 65 20 69 6d 70 72 6f 76 65 64 20 |ill be improved | 00000220 62 75 74 20 49 20 64 6f 6e 27 74 20 6b 6e 6f 77 |but I don't know| 00000230 20 68 6f 77 20 28 79 65 74 21 29 2e 0a 0a 32 2e | how (yet!)...2.| 00000240 20 20 43 68 61 72 61 63 74 65 72 20 76 61 72 69 | Character vari| 00000250 61 62 6c 65 73 2c 20 61 72 72 61 79 73 2c 20 61 |ables, arrays, a| 00000260 6e 64 20 73 74 72 69 6e 67 73 20 77 69 6c 6c 20 |nd strings will | 00000270 62 65 20 69 6d 70 6c 65 6d 65 6e 74 65 64 2e 0a |be implemented..| 00000280 0a 33 2e 20 20 21 48 45 4c 50 20 73 79 73 74 65 |.3. !HELP syste| 00000290 6d 20 69 6d 70 6c 65 6d 65 6e 74 65 64 2e 0a 0a |m implemented...| 000002a0 34 2e 20 20 4d 75 6c 74 69 74 61 73 6b 69 6e 67 |4. Multitasking| 000002b0 2e 0a 0a 35 2e 20 20 45 72 72 6f 72 20 48 61 6e |...5. Error Han| 000002c0 64 6c 69 6e 67 2e 0a 0a 36 2e 20 20 57 49 4d 50 |dling...6. WIMP| 000002d0 20 73 75 70 70 6f 72 74 2e 0a 0a | support...| 000002db