summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 20:50:49 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:50 +0700
commitd8bd20fe114f0429784a72cae066bc18b66fdfc6 (patch)
treefefbc133f30bc32d02b24c9ee1820aa207a609bc
parent3e313a14f3e8fdde021339e61760002749290409 (diff)
downloadslackbuilds-d8bd20fe114f0429784a72cae066bc18b66fdfc6.tar.gz
slackbuilds-d8bd20fe114f0429784a72cae066bc18b66fdfc6.tar.xz
development/asm6809: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/asm6809/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/development/asm6809/README b/development/asm6809/README
index c60f922458..2f5fac0e4d 100644
--- a/development/asm6809/README
+++ b/development/asm6809/README
@@ -2,7 +2,8 @@ asm6809 is a portable cross assembler targeting the Motorola 6809 and
Hitachi 6309.
Features arbitrarily complex expressions (with most C-style operators
-available), forward references, macro expansion and conditional assembly.
+available), forward references, macro expansion and conditional
+assembly.
-Output formats are: Raw binary, DragonDOS binary, CoCo RS-DOS (or "DECB")
-binary, Motorola SREC, Intel HEX.
+Output formats are: Raw binary, DragonDOS binary, CoCo RS-DOS (or
+"DECB") binary, Motorola SREC, Intel HEX.