mirror of https://github.com/wwarthen/RomWBW.git
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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| cpm | 6 years ago | |
| COPYING | 5 years ago | |
| Makefile | 5 years ago | |
| bios.bin | 6 years ago | |
| cbops.h | 6 years ago | |
| config.h.darwin | 6 years ago | |
| config.h.linux | 6 years ago | |
| config.h.windows | 6 years ago | |
| cpmdrv.c | 4 years ago | |
| cpmglob.c | 4 years ago | |
| cpmint.h | 4 years ago | |
| cpmparse.c | 6 years ago | |
| cpmredir.c | 4 years ago | |
| cpmredir.h | 6 years ago | |
| dirent.c | 6 years ago | |
| dirent.h | 6 years ago | |
| drdos.c | 6 years ago | |
| edops.h | 4 years ago | |
| readme.txt | 4 years ago | |
| util.c | 5 years ago | |
| xlt.c | 6 years ago | |
| z80.c | 6 years ago | |
| z80.h | 6 years ago | |
| z80ops.h | 4 years ago | |
| zx.c | 4 years ago | |
| zx.h | 6 years ago | |
| zx.html | 4 years ago | |
| zxbdos.c | 5 years ago | |
| zxbdos.h | 6 years ago | |
| zxcbdos.c | 5 years ago | |
| zxcbdos.h | 6 years ago | |
| zxdbdos.c | 6 years ago | |
| zxdbdos.h | 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