Multi-platform cross-assembler for MOS 6502/65C02/6510/65816 CPUs
Go to file
Uffe Jakobsen a5bc7a48bd Added README.md 2020-09-17 21:39:37 +02:00
ACME_Lib added library files making use of the new string features: 2020-06-28 22:48:10 +00:00
contrib updated syntax file for "joe" editor 2020-08-26 23:25:53 +00:00
docs made docs match online help 2020-08-12 13:15:45 +00:00
examples added alternative expected output for trigonometric example 2020-06-22 11:08:53 +00:00
src "Cannot open input file" error message now contains file name. 2020-08-24 16:31:36 +00:00
testing disabled all indexed addressing for m65's "quad" mode, except for LDQ. 2020-07-29 23:30:33 +00:00
README.md Added README.md 2020-09-17 21:39:37 +02:00

README.md

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