development/asm6809: Fix README.

This commit is contained in:
B. Watson 2016-11-14 14:17:05 -05:00 committed by Willy Sudiarto Raharjo
parent da44389d20
commit f2ff12b72c
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 5 additions and 3 deletions

View File

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