diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -87,6 +87,8 @@ set up correctly (`. owsetenv.sh`): If Video TECO fails to locate it, you can define the `VTECO` environment variable to point to the installation directory (e.g. `set VTECO=C:\VTECO`). See [README.OLD](README.OLD) for macro examples. +* Q-Registers and numeric arguments are 32-bit wide and + you can load files larger than 64k. * [Open Watcom v2.0](https://github.com/open-watcom/open-watcom-v2) is not yet supported - generated binaries are still broken. The v2.0 version is obviously not mature enough. @@ -99,6 +101,8 @@ set up correctly (`. owsetenv.sh`): ### TODO - [ ] Make use of ANSIPLUS scroll regions. +- [ ] Give an estimate of available heap memory on `0EB` by mallocing up to 640 + 1kb chunks until receiving NULL. - [ ] Re-evaluate Video TECO's lookaside buffers. But they probably don't make sense considering the memory constraints. - [ ] Dosbox has problems with drawing the command line cursor. @@ -108,5 +112,5 @@ set up correctly (`. owsetenv.sh`): It also cannot deal with more than 25 rows. Interestingly, this persists even after loading ANSIPLUS. But perhaps it's not so important to support Dosbox. -- [ ] ommand line help (`-h`) +- [ ] Command line help (`-h`) - [ ] SvarDOS package |