Skip to content

Commit 402933f

Browse files
authored
Update README.md
1 parent 3d88bb6 commit 402933f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Tested with:
1010
Turbo Pascal v3.01A
1111
WordStar Release 4
1212
mbasic.com BASIC-80 rev. 5.21 (startrek and other apps)
13-
Aztec C v1.06 (compiler, assembler, linker, and generated apps)
13+
MANX Aztec C v1.05 and v1.06 (compiler, assembler, linker, and generated apps)
1414
CalcStar v1.0
1515
Microsoft fortran-80 v3.4
1616
Microsoft Multiplan (C) 1981
@@ -29,9 +29,21 @@ Tested with:
2929
Hochstrasser Computing AG MODULA-2 Compiler for Z80-CP/M Version 2.01 4-Jun-85
3030
FTL Modula-2 V1.30
3131
BD Software C Compiler v1.60
32+
Small-C v1.2 and 2.7
33+
MIX C v2.0,0
34+
Software Toolworks C/80 v3.1
35+
Janus Ada v1.5.0
36+
SuperSoft Ada v2.10
37+
SuperSoft C v1.1.25
38+
MI - C v3.18I
3239

3340
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.
3441

42+
For example, assuming CP/M 2.2's asm.com and load.com are in the current directory, this will assemble test.asm and generate test.com on Windows, Linux, or MacOS.
43+
44+
ntvcm asm test
45+
ntvcm load test
46+
3547
The x80 emulator passes at 100% for:
3648

3749
8080: 8080ex1.com, 8080pre.com, Microcosm v1.0, and cputest.com V1.2 in 8080 mode.

0 commit comments

Comments
 (0)