aboutsummaryrefslogtreecommitdiff
path: root/development/asm6809/README
diff options
context:
space:
mode:
authorDavid Golus <bassplayer69@gmail.com>2015-12-03 01:33:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-03 02:05:11 +0700
commit3b24e74b48da626314bbc2777ccbdd3c4b8e9b94 (patch)
tree32ae3a68e453a037436be6975fd2a66b9f7fe6d9 /development/asm6809/README
parent131978b6fd61aa08ab14eb2cad2e58c6a2627cfd (diff)
development/asm6809: Added (6809/6309 cross assmbler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/asm6809/README')
-rw-r--r--development/asm6809/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/asm6809/README b/development/asm6809/README
new file mode 100644
index 000000000000..e9bc7a981078
--- /dev/null
+++ b/development/asm6809/README
@@ -0,0 +1,6 @@
+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.