diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:31:12 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:22 +0700 |
commit | f622f8fc661688ae1dc2881755c7444de8667fbc (patch) | |
tree | fd63ba20c6574dabc9a4a070a20cecf681fa2e03 /development/mads | |
parent | 9c11a2b35098a84c3880a4c850ef0bf40b30b15d (diff) |
development/mads: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mads')
-rw-r--r-- | development/mads/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/development/mads/README b/development/mads/README index 68bf67acced4..52ce5d746134 100644 --- a/development/mads/README +++ b/development/mads/README @@ -1,16 +1,17 @@ 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. +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. +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. |