diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:51:10 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:50 +0700 |
commit | 3867cded74a47198b6c001d1da9e0a62f9e427e6 (patch) | |
tree | bd4c4e18ba037dee66ea556250dda4ecd5e7737e /development/atasm | |
parent | 605487ef9beebb5a07118f4a34da4ea6e21b803a (diff) | |
download | slackbuilds-3867cded74a47198b6c001d1da9e0a62f9e427e6.tar.gz |
development/atasm: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/atasm')
-rw-r--r-- | development/atasm/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/development/atasm/README b/development/atasm/README index 844b0ec16f..5a818ce548 100644 --- a/development/atasm/README +++ b/development/atasm/README @@ -1,10 +1,11 @@ atasm (a mostly mac/65 compatible cross-assembler) -ATasm is a 6502 command-line cross-assembler that is compatible with the -original Mac/65 macroassembler released by OSS software. Code development -can now be performed using modern editors and compiles with lightning -speed. +ATasm is a 6502 command-line cross-assembler that is compatible with +the original Mac/65 macroassembler released by OSS software. Code +development can now be performed using modern editors and compiles with +lightning speed. -This build has been updated for version 1.07d (the last beta release), -but it's still possible to build 1.06 (last stable release) by downloading -the 1.06 source and setting VERSION=1.06 in the environment. +This build has been updated for version 1.07d (the last beta +release), but it's still possible to build 1.06 (last stable release) +by downloading the 1.06 source and setting VERSION=1.06 in the +environment. |