Synthetic 68K CPU (used by Executor)
Go to file
2009-06-02 01:59:08 -06:00
config Syn68k from an svn export 2008-09-26 08:25:10 -06:00
include Includes salty-horse's fix for big endian compilation, but doesn't include his endian test result in config.h mods. 2009-06-01 16:14:50 -06:00
profile Includes salty-horse's fix for big endian compilation, but doesn't include his endian test result in config.h mods. 2009-06-01 16:14:50 -06:00
runtime Made it so that make install installs libsyn68k.a and syn68k_public.h. However, there's a chance that the libsyn68k.a that they install is broken. 2009-06-02 01:59:08 -06:00
syngen Includes salty-horse's fix for big endian compilation, but doesn't include his endian test result in config.h mods. 2009-06-01 16:14:50 -06:00
test Includes salty-horse's fix for big endian compilation, but doesn't include his endian test result in config.h mods. 2009-06-01 16:14:50 -06:00
.gitignore Includes salty-horse's fix for big endian compilation, but doesn't include his endian test result in config.h mods. 2009-06-01 16:14:50 -06:00
AUTHORS Syn68k from an svn export 2008-09-26 08:25:10 -06:00
autogen.sh Syn68k from an svn export 2008-09-26 08:25:10 -06:00
ChangeLog Syn68k from an svn export 2008-09-26 08:25:10 -06:00
configure.ac Builds on i386 Fedora 9 system. Haven't yet verified that Exeuctor works with it, though. 2009-06-01 15:45:49 -06:00
COPYING Syn68k from an svn export 2008-09-26 08:25:10 -06:00
Makefile.am Syn68k from an svn export 2008-09-26 08:25:10 -06:00
Makefile.common.in Syn68k from an svn export 2008-09-26 08:25:10 -06:00
NEWS Syn68k from an svn export 2008-09-26 08:25:10 -06:00
README Builds on i386 Fedora 9 system. Haven't yet verified that Exeuctor works with it, though. 2009-06-01 15:45:49 -06:00
TODO Syn68k from an svn export 2008-09-26 08:25:10 -06:00
TODO.variables Syn68k from an svn export 2008-09-26 08:25:10 -06:00

Syn68k has not been actively worked on since about 1995.  A few
mods have been made here and there to keep up with changes in gcc.

My email address is still <ctm@ardi.com>, although ARDI itself is
defunct.  I get a ridiculous amount of spam and will quite possibly
not see email addressed to me.

For a few years I've been meaning to verify that the code builds,
write a little documentation, explain a little history, maybe even
set up a mailing list for people, etc... but other things have always
taken precedence.

I have just made some mods so that Syn68k will compile on a Fedora 9
i386 system.  I haven't yet tested it against anywhere else, nor have
I verified that what is created will actually work with Executor.

To compile it, try

  ./autogen.sh
  ./configure
  make

June 1st, 2009