home *** CD-ROM | disk | FTP | other *** search
- The files in this archive are examples of using TASM to assemble
- the output from the public domain Small C compiler by J. Hendrix
- (as described in Doctor Dobb's Journal several years ago). The
- files are:
-
- MOTO.H Useful DEFINES to make TASM more Motorola compatible
- SC11TEST.C Sample C program
- SC11TEST.ASM Resulting assembly output
- SC11LIB.ASM Run time library (modified for TASM)
- SC11MAIN.ASM Sample top level assemly file
- SC11TEST.BAT Sample batch file to compile and assemble
-
-
- The C compiler can be acquired from:
-
- BBS: Motorola Freeware
- Telephone: (512)891-5733
- File: SMALLC11.ARC (in the IBM files area)
-
-