From a5bc7a48bddd3ac137d1464997737f2fea0cb719 Mon Sep 17 00:00:00 2001 From: Uffe Jakobsen <> Date: Thu, 17 Sep 2020 21:39:37 +0200 Subject: [PATCH] Added README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d7c5ec --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# ACME + Multi-platform cross-assembler for MOS 6502/65C02/6510/65816 CPUs + +ACME is a free cross assembler released under the GNU GPL. +It can produce code for the following processors: 6502, 6510 (including illegal opcodes), 65c02 and 65816. +ACME supports the standard assembler stuff like global/local/anonymous labels, offset assembly, conditional assembly and looping assembly. It can include other source files as well as binaries while assembling. +Calculations can be done in integer or float mode. +Oh, and it is fast. + +Imported from SourceForge SVN repository: https://sourceforge.net/projects/acme-crossass/ + +Release tags added - based on SVN commit messages