You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
curt mayer cdaf04eaed Merge remote-tracking branch 'upstream/master' 6 years ago
..
cpm makefiles and tools for unix/osx build 6 years ago
Makefile removed install rule. confusing. 6 years ago
bios.bin makefiles and tools for unix/osx build 6 years ago
cbops.h makefiles and tools for unix/osx build 6 years ago
config.h.darwin clean build 6 years ago
config.h.linux clean build 6 years ago
config.h.windows makefiles and tools for unix/osx build 6 years ago
cpmdrv.c makefiles and tools for unix/osx build 6 years ago
cpmglob.c makefiles and tools for unix/osx build 6 years ago
cpmint.h makefiles and tools for unix/osx build 6 years ago
cpmparse.c makefiles and tools for unix/osx build 6 years ago
cpmredir.c makefiles and tools for unix/osx build 6 years ago
cpmredir.h makefiles and tools for unix/osx build 6 years ago
dirent.c makefiles and tools for unix/osx build 6 years ago
dirent.h makefiles and tools for unix/osx build 6 years ago
drdos.c makefiles and tools for unix/osx build 6 years ago
edops.h makefiles and tools for unix/osx build 6 years ago
readme.txt makefiles and tools for unix/osx build 6 years ago
util.c makefiles and tools for unix/osx build 6 years ago
xlt.c makefiles and tools for unix/osx build 6 years ago
z80.c makefiles and tools for unix/osx build 6 years ago
z80.h makefiles and tools for unix/osx build 6 years ago
z80ops.h makefiles and tools for unix/osx build 6 years ago
zx.c makefiles and tools for unix/osx build 6 years ago
zx.h clean build 6 years ago
zx.html makefiles and tools for unix/osx build 6 years ago
zxbdos.c makefiles and tools for unix/osx build 6 years ago
zxbdos.h makefiles and tools for unix/osx build 6 years ago
zxcbdos.c makefiles and tools for unix/osx build 6 years ago
zxcbdos.h makefiles and tools for unix/osx build 6 years ago
zxdbdos.c makefiles and tools for unix/osx build 6 years ago
zxdbdos.h makefiles and tools for unix/osx build 6 years ago

readme.txt

ZX Command


An adaptation of zxcc-0.5.6 by Wayne Warthen

This directory contains the source files used to build the "zx" tool. This tool
is essentially just John Elliott's zxcc package version zxcc-0.5.6 modified to
build for Windows and simplified down to just a single command (zx)
which is essentially just the zxcc command.

Please see http://www.seasip.info/Unix/Zxcc/ for more information on zxcc.

To build under Open Watcom or Microsoft Visual C++, use the following command:

cl /Fe"zx.exe" zx.c cpmdrv.c cpmglob.c cpmparse.c cpmredir.c drdos.c util.c xlt.c zxbdos.c zxcbdos.c zxdbdos.c z80.c dirent.c

To build a debug version, use the following command:

cl /DDEBUG /Fe"zxdbg.exe" zx.c cpmdrv.c cpmglob.c cpmparse.c cpmredir.c drdos.c util.c xlt.c zxbdos.c zxcbdos.c zxdbdos.c z80.c dirent.c

WARNING: There seems to be a rare scenario that breaks zx under the Open Watcom build. CP/M allows a file to be accessed
under multiple FCB's without an error. Open Watcom will see this as an