development/asm6809: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 20:50:49 -04:00 committed by Willy Sudiarto Raharjo
parent 3e313a14f3
commit d8bd20fe11
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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.