debrouxl 37e963167c a68k: fix moveq #$FFFFFFFF,dn on 64-bit platforms. 14 years ago
..
A68k.dev ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
A68k.dsp ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
A68k.dsw ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
A68kdef.h ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
A68kglb.h ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
A68kmain.c 37e963167c a68k: fix moveq #$FFFFFFFF,dn on 64-bit platforms. 14 years ago
A68kmisc.c ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Adirect.c ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Bugs.txt ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Codegen.c 37e963167c a68k: fix moveq #$FFFFFFFF,dn on 64-bit platforms. 14 years ago
Doc.txt ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
History.txt 37e963167c a68k: fix moveq #$FFFFFFFF,dn on 64-bit platforms. 14 years ago
Makefile ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Makefile-both ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Makefile-osx ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Opcodes.c ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Operands.c ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
Symtab.c ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
ToDo.txt ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
protos.h ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago
readme.txt ec608b85a2 Import the a68k 2.71.F3x source tree, performing two additional changes in the process: 15 years ago

readme.txt

A68k sources:
=============

This directory contains:

FILE | CONTENTS
--------------+-----------------------------------------------------------------
Doc.txt | The A68k documentation
--------------+-----------------------------------------------------------------
History.txt | The A68k history
--------------+-----------------------------------------------------------------
Bugs.txt | The list of known bugs
--------------+-----------------------------------------------------------------
ToDo.txt | List of things which should or could be done in future versions
--------------+-----------------------------------------------------------------
Makefile | Makefile for GCC (GCC for GNU/Linux, DJGPP, Mingw32, Cygwin)
--------------+-----------------------------------------------------------------
Makefile-both | Makefile for GCC for GNU/Linux to create both the GNU/Linux and
| the DJGPP version. (OLD! Probably still works though.)
--------------+-----------------------------------------------------------------
Makefile-osx | Makefile for Mac OS X. Generate an Universal Binary version
--------------+-----------------------------------------------------------------
A68k.dev | Project file for Dev-C++, an IDE for Mingw32
--------------+-----------------------------------------------------------------
A68k.dsp | Project files for Microsoft Visual C++
A68k.dsw | (contributed by Paul Froissart)
--------------+-----------------------------------------------------------------
A68kdef.h |
A68kglb.h | Header files (for all supported compilers)
protos.h |
--------------+-----------------------------------------------------------------
A68kmain.c |
A68kmisc.c |
Adirect.c |
Codegen.c | C Source files (for all supported compilers)
Opcodes.c |
Operands.c |
Symtab.c |