wok diff acme/description.txt @ rev 25066

updated alsa-lib, alsa-lib-dev and alsa-utils (1.2.2 -> 1.2.7)
author Hans-G?nter Theisgen
date Fri Jun 10 13:35:13 2022 +0100 (2022-06-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/acme/description.txt	Fri Jun 10 13:35:13 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +**ACME** is a free cross assembler released under the GNU GPL. It can produce 
     1.5 +code for the following processors: 6502, 6510 (including illegal opcodes), 
     1.6 +65c02 and 65816. ACME supports the standard assembler stuff like: 
     1.7 +global/local/anonymous labels, offset assembly, conditional assembly and 
     1.8 +looping assembly. It can include other source files as well as binaries while 
     1.9 +assembling.
    1.10 +
    1.11 +Calculations can be done in integer or float mode. Oh, and it is fast.