diff options
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 |
commit | d8bd20fe114f0429784a72cae066bc18b66fdfc6 (patch) | |
tree | fefbc133f30bc32d02b24c9ee1820aa207a609bc /development/asm6809 | |
parent | 3e313a14f3e8fdde021339e61760002749290409 (diff) | |
download | slackbuilds-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/README | 7 |
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. |