Update README.md
This commit is contained in:
parent
564f733fc4
commit
53e84f4c72
@ -36,7 +36,7 @@ To run the resulting apps, use NTVDM's -c flag to force console mode and -p flag
|
||||
* ntvdm -c -p e
|
||||
* ntvdm -c -p ttt
|
||||
|
||||
The Borland Pascal (v1 through v3) products don't support command-line builds, so you have to run the apps, load the source file, and build manually. Same for QuickBASIC v2 and v3. For QuickBASIC v2 you must use some emulator other than NTVDM to build; that version directly accesses keyboard hardware in a way that's not emulated in NTVDM. DOSBOX works great.
|
||||
The Borland Pascal (v1 through v3) products don't support command-line builds, so you have to run the apps, load the source file, and build manually. Same for ZBasic and QuickBASIC v2 and v3. For QuickBASIC v2 you must use some emulator other than NTVDM to build; that version directly accesses keyboard hardware in a way that's not emulated in NTVDM. DOSBOX works great.
|
||||
|
||||
The ttt benchmark does not run with Microsoft COBOL v1 or v2 because they don't support recursive PERFORM statements.
|
||||
|
||||
@ -44,4 +44,5 @@ If you're running Linux or MacOS and see perplexing compilation errors, it could
|
||||
|
||||
Here are runtimes for the benchmarks in milliseconds for a 4.77Mhz 8086 (not 8088) as emulated by [NTVDM](https://github.com/davidly/ntvdm)
|
||||
|
||||
![runtimes](https://github.com/user-attachments/assets/a9086ca3-e1ce-40ca-ad00-dc7242c949b4)
|
||||
![runtimes](https://github.com/user-attachments/assets/d80403df-cf09-405c-be86-c6ef07ba53e7)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user