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.
|
|
2 months ago | |
|---|---|---|
| .. | ||
| COPYING | 4 years ago | |
| ReadMe.txt | 2 months ago | |
| bios.bin | 2 months ago | |
| zxcc-src.zip | 2 months ago | |
| zxcc.exe | 2 months ago | |
| zxcc.html | 4 years ago | |
| zxcc_ft.exe | 2 months ago | |
| zxccdbg.exe | 2 months ago | |
| zxccdbg_ft.exe | 2 months ago | |
ReadMe.txt
This is an adaptation of zxcc-0.5.7 for RomWBW by Wayne Warthen.
In general, this is a stripped down variant of John Elliott's zxcc package that
runs under a Windows command line (32 or 64 bit Windows), Linux, or MacOS.
This adaptation implements only the main "zxcc" command. The other programs
(zxc, zxas, zxlink, and zslibr) are not inluded here because they are fairly
specific to Hi-Tech C.
Please see http://www.seasip.info/Unix/Zxcc/ for more information on the original
version of zxcc. Also, refer to https://github.com/agn453/ZXCC which has an
updated version of the code.
The included zxcc.html documentation is from the original version, so it does not
reflect the changes made here.
To build under Open Watcom, use Build-OW.cmd. To build under Microsoft Visual C,
use Build-VC.cmd. To build under Linux or MacOS, use the Makefile.
The GPL status of everything remains in place and carries forward.
December 5, 2014
After struggling to get the entire zxcc package to build nicely