diff options
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 |
commit | f2ff12b72cefe19a997da2ec932617947a52c72a (patch) | |
tree | b1b04f56623a5843625a7df23337666455e4ba06 /development/asm6809 | |
parent | da44389d2026f7707590fa8ae098a7ad09b37429 (diff) | |
download | slackbuilds-f2ff12b72cefe19a997da2ec932617947a52c72a.tar.gz |
development/asm6809: Fix README.
Diffstat (limited to 'development/asm6809')
-rw-r--r-- | development/asm6809/README | 8 |
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. |