as: Z80 assembler from Coherent
authorAlan Cox <alan@linux.intel.com>
Wed, 25 Oct 2017 19:02:51 +0000 (20:02 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 25 Oct 2017 19:02:51 +0000 (20:02 +0100)
commit5f2b799cfaae89cafb316a445002b85921634ed4
tree3f0d0e5e07f28dfb601bfcb79a7a0c8da425ffbc
parentf995fc476d263b723f8f27f76713c940f65e3f82
as: Z80 assembler from Coherent

This one doesn't do relocations or external symbol resolution so will need a
bit of tweaking to generate object files not binaries. It is however very
tidy and extremely small.
12 files changed:
Applications/MWC/cmd/asz80/Makefile.68000 [new file with mode: 0644]
Applications/MWC/cmd/asz80/Makefile.6809 [new file with mode: 0644]
Applications/MWC/cmd/asz80/Makefile.z80 [new file with mode: 0644]
Applications/MWC/cmd/asz80/TODO [new file with mode: 0644]
Applications/MWC/cmd/asz80/as.h [new file with mode: 0644]
Applications/MWC/cmd/asz80/as0.c [new file with mode: 0644]
Applications/MWC/cmd/asz80/as1.c [new file with mode: 0644]
Applications/MWC/cmd/asz80/as2.c [new file with mode: 0644]
Applications/MWC/cmd/asz80/as3.c [new file with mode: 0644]
Applications/MWC/cmd/asz80/as4.c [new file with mode: 0644]
Applications/MWC/cmd/asz80/as5.c [new file with mode: 0644]
Applications/MWC/cmd/asz80/as6.c [new file with mode: 0644]