as09: 6809 assembler for native asm work
authorAlan Cox <alan@linux.intel.com>
Mon, 8 Jun 2015 21:03:48 +0000 (22:03 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 8 Jun 2015 21:03:48 +0000 (22:03 +0100)
commit1ebba8bd130becd303aeb6b87eb27fab8b0ef29c
tree454b940dbbeefe10043691f4470db02b81cc39a6
parent52ef7784f0386c03f5743e5797726d15df13bee6
as09: 6809 assembler for native asm work

Right now this won't *quite* fit on the Dragon32, but I think it would with
a tiny bit of tidying up and if 6809 is fixed to not suck in stdio always
(or has a stdio free link option as Z80 has for now)
97 files changed:
Applications/as09/6809/const.h [new file with mode: 0644]
Applications/as09/Makefile [new file with mode: 0644]
Applications/as09/address.h [new file with mode: 0644]
Applications/as09/align.h [new file with mode: 0644]
Applications/as09/alloc.c [new file with mode: 0644]
Applications/as09/as.c [new file with mode: 0644]
Applications/as09/as86_encap.sh [new file with mode: 0644]
Applications/as09/as86_to_data [new file with mode: 0644]
Applications/as09/asm/calljmp.asm [new file with mode: 0644]
Applications/as09/asm/ea.asm [new file with mode: 0644]
Applications/as09/asm/each.asm [new file with mode: 0644]
Applications/as09/asm/easlow.as [new file with mode: 0644]
Applications/as09/asm/f.asm [new file with mode: 0644]
Applications/as09/asm/fadd.asm [new file with mode: 0644]
Applications/as09/asm/farcall.asm [new file with mode: 0644]
Applications/as09/asm/group1.asm [new file with mode: 0644]
Applications/as09/asm/group6.asm [new file with mode: 0644]
Applications/as09/asm/group7.asm [new file with mode: 0644]
Applications/as09/asm/imul.asm [new file with mode: 0644]
Applications/as09/asm/incdec.asm [new file with mode: 0644]
Applications/as09/asm/inher.asm [new file with mode: 0644]
Applications/as09/asm/inout.asm [new file with mode: 0644]
Applications/as09/asm/movspec.asm [new file with mode: 0644]
Applications/as09/asm/pushpop.asm [new file with mode: 0644]
Applications/as09/asm/seg.asm [new file with mode: 0644]
Applications/as09/asm/shdouble.asm [new file with mode: 0644]
Applications/as09/asm/shift.asm [new file with mode: 0644]
Applications/as09/asm/summary.as [new file with mode: 0644]
Applications/as09/asm/xchg.asm [new file with mode: 0644]
Applications/as09/assemble.c [new file with mode: 0644]
Applications/as09/bin/calljmp.bin [new file with mode: 0644]
Applications/as09/bin/ea.bin [new file with mode: 0644]
Applications/as09/bin/each.bin [new file with mode: 0644]
Applications/as09/bin/f.bin [new file with mode: 0644]
Applications/as09/bin/fadd.bin [new file with mode: 0644]
Applications/as09/bin/farcall.bin [new file with mode: 0644]
Applications/as09/bin/group1.bin [new file with mode: 0644]
Applications/as09/bin/group6.bin [new file with mode: 0644]
Applications/as09/bin/group7.bin [new file with mode: 0644]
Applications/as09/bin/imul.bin [new file with mode: 0644]
Applications/as09/bin/incdec.bin [new file with mode: 0644]
Applications/as09/bin/inher.bin [new file with mode: 0644]
Applications/as09/bin/inout.bin [new file with mode: 0644]
Applications/as09/bin/movspec.bin [new file with mode: 0644]
Applications/as09/bin/pushpop.bin [new file with mode: 0644]
Applications/as09/bin/seg.bin [new file with mode: 0644]
Applications/as09/bin/shdouble.bin [new file with mode: 0644]
Applications/as09/bin/shift.bin [new file with mode: 0644]
Applications/as09/bin/xchg.bin [new file with mode: 0644]
Applications/as09/byteord.h [new file with mode: 0644]
Applications/as09/chk [new file with mode: 0755]
Applications/as09/const.h [new file with mode: 0644]
Applications/as09/errors.c [new file with mode: 0644]
Applications/as09/errors.h [new file with mode: 0644]
Applications/as09/express.c [new file with mode: 0644]
Applications/as09/file.h [new file with mode: 0644]
Applications/as09/flag.h [new file with mode: 0644]
Applications/as09/genbin.c [new file with mode: 0644]
Applications/as09/genlist.c [new file with mode: 0644]
Applications/as09/genobj.c [new file with mode: 0644]
Applications/as09/gensym.c [new file with mode: 0644]
Applications/as09/globvar.h [new file with mode: 0644]
Applications/as09/keywords.c [new file with mode: 0644]
Applications/as09/macro.c [new file with mode: 0644]
Applications/as09/macro.h [new file with mode: 0644]
Applications/as09/mops.c [new file with mode: 0644]
Applications/as09/obj1/calljmp.obj [new file with mode: 0644]
Applications/as09/obj1/ea.obj [new file with mode: 0644]
Applications/as09/obj1/each.obj [new file with mode: 0644]
Applications/as09/obj1/f.obj [new file with mode: 0644]
Applications/as09/obj1/fadd.obj [new file with mode: 0644]
Applications/as09/obj1/farcall.obj [new file with mode: 0644]
Applications/as09/obj1/group1.obj [new file with mode: 0644]
Applications/as09/obj1/group6.obj [new file with mode: 0644]
Applications/as09/obj1/group7.obj [new file with mode: 0644]
Applications/as09/obj1/imul.obj [new file with mode: 0644]
Applications/as09/obj1/incdec.obj [new file with mode: 0644]
Applications/as09/obj1/inher.obj [new file with mode: 0644]
Applications/as09/obj1/inout.obj [new file with mode: 0644]
Applications/as09/obj1/movspec.obj [new file with mode: 0644]
Applications/as09/obj1/pushpop.obj [new file with mode: 0644]
Applications/as09/obj1/seg.obj [new file with mode: 0644]
Applications/as09/obj1/shdouble.obj [new file with mode: 0644]
Applications/as09/obj1/shift.obj [new file with mode: 0644]
Applications/as09/obj1/xchg.obj [new file with mode: 0644]
Applications/as09/opcode.h [new file with mode: 0644]
Applications/as09/pops.c [new file with mode: 0644]
Applications/as09/proto.h [new file with mode: 0644]
Applications/as09/readsrc.c [new file with mode: 0644]
Applications/as09/scan.c [new file with mode: 0644]
Applications/as09/scan.h [new file with mode: 0644]
Applications/as09/source.h [new file with mode: 0644]
Applications/as09/syshead.h [new file with mode: 0644]
Applications/as09/table.c [new file with mode: 0644]
Applications/as09/type.h [new file with mode: 0644]
Applications/as09/typeconv.c [new file with mode: 0644]
Applications/as09/version.h [new file with mode: 0644]