Multi-platform cross-assembler for MOS 6502/65C02/6510/65816 CPUs
Go to file
2024-06-27 15:57:20 +02:00
ACME_Lib added new library files and fixed comments in others 2023-03-05 23:34:35 +00:00
contrib fixed a bug and added test files 2024-02-16 01:06:48 +00:00
docs added examples to docs on how to iterate over list args in macros 2024-06-24 13:37:50 +00:00
examples fixed example programs to not throw warnings 2024-03-13 12:00:42 +00:00
src moved "GotByte" var to input.{ch} 2024-06-24 09:45:46 +00:00
testing added another test file and did a bit of cleanup 2024-03-24 16:07:20 +00:00
README.md Added README.md 2024-06-27 15:57:20 +02:00

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