Added README.md

This commit is contained in:
Uffe Jakobsen 2020-09-17 21:39:37 +02:00
parent 4901f44fdd
commit a5bc7a48bd
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -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