acme
Multi-platform cross assembler for 6502/6510/65816 CPU
Install
- All systems
-
curl cmd.cat/acme.sh
- Debian
-
apt-get install acme
- Ubuntu
-
apt-get install acme
- Arch Linux
-
pacman -S acme
- Kali Linux
-
apt-get install acme
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install acme
- OS X
-
brew install acme
- Dockerfile
- dockerfile.run/acme
acme
Multi-platform cross assembler for 6502/6510/65816 CPU
This is a cross assembler that 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.