summaryrefslogtreecommitdiffstats
path: root/development/asm6809
diff options
context:
space:
mode:
author B. Watson2020-10-13 02:50:49 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:50 +0200
commitd8bd20fe114f0429784a72cae066bc18b66fdfc6 (patch)
treefefbc133f30bc32d02b24c9ee1820aa207a609bc /development/asm6809
parent3e313a14f3e8fdde021339e61760002749290409 (diff)
downloadslackbuilds-d8bd20fe114f0429784a72cae066bc18b66fdfc6.tar.gz
development/asm6809: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/asm6809')
-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.