wok-current view acme/description.txt @ rev 23111
updated libtorrent-rasterbar and libtorrent-rasterbar-dev (1.2.0 -> 1.2.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 12 16:16:29 2020 +0100 (2020-03-12) |
parents | |
children |
line source
1 **ACME** is a free cross assembler released under the GNU GPL. It can produce
2 code for the following processors: 6502, 6510 (including illegal opcodes),
3 65c02 and 65816. ACME supports the standard assembler stuff like:
4 global/local/anonymous labels, offset assembly, conditional assembly and
5 looping assembly. It can include other source files as well as binaries while
6 assembling.
8 Calculations can be done in integer or float mode. Oh, and it is fast.