slackbuilds/development/mads
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README various: Kill lz4 dep mention 2021-04-21 00:48:16 -05:00
mads.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
mads.info development/mads: Updated for version 2.1.0. 2019-12-15 17:06:18 +07:00
slack-desc

README

mads (cross assembler for 6502, targetting the Atari 8-bit)

MADS is oriented toward users of QA, XASM, and FA. The syntax is
borrowed from QA, some macro commands and syntax come from XASM, and
SpartaDOS X (SDX) syntax is inherited from FA. Additional characters
are allowed in label names. Also added are support for the 65816 CPU,
macros, procedures, splitting across virtual memory banks, and nested
label names.

/usr/doc/mads-$VERSION/examples has a lot of sample code that's well
worth looking at. The DOS/Windows package of MADS ships with various
executables in examples/compression. These are not included in the
package. "Squash", "deflate", and "rle" ship with source, so you
can compile these yourself if you need them. "Exomizer" and
"pucrunch" exist on SlackBuilds.org, in the system/ category.

Syntax highlighting for the vim and scite editors is included.