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.
 
 
 
 
 
 
Wayne Warthen 87579e5b65 More ZX Fixes 4 years ago
..
cpm makefiles and tools for unix/osx build 6 years ago
COPYING ZX Cleanup 5 years ago
Makefile Make and Build Refactoring 5 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 ZMP LInux/MacOS Build 4 years ago
cpmglob.c ZMP LInux/MacOS Build 4 years ago
cpmint.h ZMP LInux/MacOS Build 4 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 ZMP LInux/MacOS Build 4 years ago
readme.txt ZMP LInux/MacOS Build 4 years ago
util.c ZX Cleanup 5 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 More ZX Fixes 4 years ago
zx.c Fix ZX Fixes 5 years ago
zx.h clean build 6 years ago
zx.html ZMP LInux/MacOS Build 4 years ago
zxbdos.c ZX Cleanup 5 years ago
zxbdos.h makefiles and tools for unix/osx build 6 years ago
zxcbdos.c Minor ZX Improvements 5 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.

Note that this is a Win32 build. The code has not been updated to build as a 64-bit
binary. However, Win32 binaries run very nicely under 64 bit Windows.

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 s