
Applications
- Small C++ Version BETA.987.5 - My freeware C++ based compiler
- WCC11 Version 1.1 - My freeware C-based compiler for the HC11
- COMPILER Version 1.2 - a freeware program that makes the usage of WCC11 a lot easier.
- MHM Version 1.0 - a freeware program that creates main headers for WCC11
.C Files
These three files are needed for my article in Nuts and Volts "Using Two Microprocessors on one Robot"
Network1.c
Network2.c
Network.asm
SCIRec.zip - All the needed files for my Nuts and Volts article "Building an HC11 Serial Recorder".
BitTest.C - Tests a bit for a HIGH or LOW...Instructions & examples included in the C file.
SCI.C - Has procedures for using the SCI on an HC11... Instructions & examples included in the C file.
ITOA.C - Converts a number into a string...Instructions & examples included in the C file.
ADShow.C - A file that prints out the value of an AD input to the SCI to be viewed by a terminal editor...Instructions & examples included in the C file.