diff options
author | B. Watson <yalhcru@gmail.com> | 2017-09-07 08:27:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-09 06:56:14 +0700 |
commit | 77502fbd76ce725f45d919c8f08ab15aacba7280 (patch) | |
tree | 46165fb7626ed237e6314fd04faa3e21fb915cbf /development/mads/README | |
parent | 5528773b70839c4612672eda520656075fb35624 (diff) | |
download | slackbuilds-77502fbd76ce725f45d919c8f08ab15aacba7280.tar.gz |
development/mads: Added (cross assembler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mads/README')
-rw-r--r-- | development/mads/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/mads/README b/development/mads/README new file mode 100644 index 0000000000..68bf67acce --- /dev/null +++ b/development/mads/README @@ -0,0 +1,16 @@ +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", "lz4", and "pucrunch" +exist on SlackBuilds.org, in the system/ category. + +Syntax highlighting for the vim and scite editors is included. |