From c8e25213b16c07609d8112360793b1c56d955fa8 Mon Sep 17 00:00:00 2001 From: David Lee Date: Mon, 18 Dec 2023 19:59:30 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b9d804a..bfc9ff7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Tested with: asm.com load.com Turbo Pascal v1.00 + Turbo Pascal v2.00A Turbo Pascal v3.01A WordStar Release 4 mbasic.com BASIC-80 rev. 5.21 (startrek and other apps) @@ -19,6 +20,10 @@ Tested with: Microsoft MS-COBOL Version 4.65 Digital Research CBASIC Compiler CB-80 Version 2.0 Turbo Modula 2 + ALGOL-M COMPILER VERS 1.1 + PASCAL/MT+ (80) Version 5.6.1 + PL/I-80 V1.3 + Console input/output work for both bios bdos API. Disk input/output work via the bdos API. There is no attempt at emulating physical disks. Apps that use bdos for disk I/O will work but apps that use the BIOS or assume things about disk layout will not.