diff options
author | David Golus <bassplayer69@gmail.com> | 2015-12-03 01:33:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-03 02:05:11 +0700 |
commit | 3b24e74b48da626314bbc2777ccbdd3c4b8e9b94 (patch) | |
tree | 32ae3a68e453a037436be6975fd2a66b9f7fe6d9 /development/asm6809/slack-desc | |
parent | 131978b6fd61aa08ab14eb2cad2e58c6a2627cfd (diff) |
development/asm6809: Added (6809/6309 cross assmbler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/asm6809/slack-desc')
-rw-r--r-- | development/asm6809/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/development/asm6809/slack-desc b/development/asm6809/slack-desc new file mode 100644 index 0000000000000..53c83569d9581 --- /dev/null +++ b/development/asm6809/slack-desc @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +asm6809: asm6809 - (6809/6309 cross assmbler) +asm6809: +asm6809: asm6809 is a portable cross assembler targetting the Motorola 6809 +asm6809: and Hitachi 6309 microprocessors. +asm6809: +asm6809: Features arbitrarily complex expressions (with most C-style +asm6809: operators available, forward references, macro expansion and +asm6809: conditional assembly. Output formats are: Raw binary, DragonDOS +asm6809: binary, CoCo RS-DOS (or "DECB") binary, Motorola SREC, Intel HEX. +asm6809: +asm6809: http://www.6809.org.uk/asm6809 +asm6809: |