wok-6.x annotate acme/description.txt @ rev 22400
update: expat 2.2.6 (2018) -> 2.2.9 (security fixes: CVE-2019-15903, CVE-2018-20843; ...) -> also, new site: the WGET_URL could be improved
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 08 11:10:33 2019 +0000 (2019-12-08) |
parents | |
children |
rev | line source |
---|---|
hackdorte@20009 | 1 **ACME** is a free cross assembler released under the GNU GPL. It can produce |
hackdorte@20009 | 2 code for the following processors: 6502, 6510 (including illegal opcodes), |
hackdorte@20009 | 3 65c02 and 65816. ACME supports the standard assembler stuff like: |
hackdorte@20009 | 4 global/local/anonymous labels, offset assembly, conditional assembly and |
hackdorte@20009 | 5 looping assembly. It can include other source files as well as binaries while |
hackdorte@20009 | 6 assembling. |
hackdorte@20009 | 7 |
hackdorte@20009 | 8 Calculations can be done in integer or float mode. Oh, and it is fast. |