This is the 68K tools package.  It includes executables for
various 68K cross-development tools.  It includes the following tools,
which I have developed completely from scratch.  These are compiled to run
under Win32.

Licensing:

This package is licensed as freeware.  The author retains all copyrights.  
By running any program in the package the user assumes all risk, the 
author is not responsible for any risk including but not limited to
any direct or consenquential effects of having run the program.

This package may be freely redistributed, providing it is distributed in
unmodified form, and charging any fee other than a modest distribution fee
is prohibited.


The tools are as follows:

as68k: 680x0 assembler
cc68k: 680x0 C compiler supports a variety of models
imake: generic make utilty
lib68k: generic librarian
link68k: incremental linker with support for specifying memory configuration
dl68k:  binary file/hex file generator
sim68, emu68: 68020 simulator
cc68help.lib: compiler helper functions

This version has many many bug fixes. There will be further testing done 
however.

There is an example in 'example.zip'.  PKUNZIP it then type 'make' to
build the example program and run the simulator.

C language Libraries aren't included, except for a small library of helper 
functions the compiler may generate calls to depending on specific needs.  
If the compiler generates a call to a multiply, divide, or shift function 
include cc68help.lib on the command line

You will have to read the manuals for specifics, however, here is the order you run 
the programs in to generate a hex or binary image:

cc68k            
as68k (optionally)
link
dl

The sim68 program provided with this package requires a binary formatted
file, it will not read S19 files.

the support contact address is:

camille@bluegrass.net (david Lindauer)

my web page is 

http://members.tripod.com/~ladsoft

This software is freeware.  This means you may use it for any purpose
you want, but you may not sell it.  There are no warranties and the author
is not responsible for damages that result from use of any of this
software, whether direct, consequential, or otherwise.  Do not use 
this software if you do not agree to these terms.