asz80: finish conversion
authorAlan Cox <alan@linux.intel.com>
Sat, 28 Oct 2017 15:57:35 +0000 (16:57 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 28 Oct 2017 15:57:35 +0000 (16:57 +0100)
commit960aaff113e07506c1a0284c683b7ad3b07ce15f
tree814cd848ca12928406dfd4e7c3b47c9dd61bafb5
parentd92257ddede531b46d5dacc9ec1ab0790cfa5e4b
asz80: finish conversion

This now behaves rather more like we need. It lacks includes and some other
nice to have bits but is also small enough to run on a Z80 box sanely. Trimming
out stdio and soem other slack could be done if needed but is a fair bit of
work.

Also add an nm mostly at this point to check the output is valid.

Now all we need is to tweak the smallc output syntax to match, and a linker...
12 files changed:
Applications/MWC/cmd/asz80/Makefile.68000
Applications/MWC/cmd/asz80/Makefile.6809
Applications/MWC/cmd/asz80/Makefile.z80
Applications/MWC/cmd/asz80/as.h
Applications/MWC/cmd/asz80/as0.c
Applications/MWC/cmd/asz80/as1.c
Applications/MWC/cmd/asz80/as2.c
Applications/MWC/cmd/asz80/as3.c
Applications/MWC/cmd/asz80/as4.c
Applications/MWC/cmd/asz80/as5.c [deleted file]
Applications/MWC/cmd/asz80/nm.c [new file with mode: 0644]
Applications/MWC/cmd/asz80/obj.h [new file with mode: 0644]