summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 14:17:05 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commitf2ff12b72cefe19a997da2ec932617947a52c72a (patch)
treeb1b04f56623a5843625a7df23337666455e4ba06 /development
parentda44389d2026f7707590fa8ae098a7ad09b37429 (diff)
downloadslackbuilds-f2ff12b72cefe19a997da2ec932617947a52c72a.tar.gz
slackbuilds-f2ff12b72cefe19a997da2ec932617947a52c72a.tar.xz
development/asm6809: Fix README.
Diffstat (limited to 'development')
-rw-r--r--development/asm6809/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/development/asm6809/README b/development/asm6809/README
index e9bc7a9810..c60f922458 100644
--- a/development/asm6809/README
+++ b/development/asm6809/README
@@ -1,6 +1,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.
-Output formats are: Raw binary, DragonDOS binary, CoCo RS-DOS (or "DECB") binary, Motorola SREC, Intel HEX.
+Features arbitrarily complex expressions (with most C-style operators
+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.