meonwax / acme

Multi-platform cross assembler for 6502/6510/65816 CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACME Cross assembler

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:
http://sourceforge.net/projects/acme-crossass/

About

Multi-platform cross assembler for 6502/6510/65816 CPU

License:GNU General Public License v2.0


Languages

Language:C 98.1%Language:Makefile 0.9%Language:C++ 0.5%Language:Shell 0.4%Language:Objective-C 0.1%