cc: initial Z80 support
authorAlan Cox <alan@linux.intel.com>
Thu, 23 Jun 2016 12:12:35 +0000 (13:12 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 23 Jun 2016 12:12:35 +0000 (13:12 +0100)
commit88488dd171468835e7eac22bd2dab67f39d4f819
treea6f1ee46c54308d497b52a064455140ae15ec656
parentd75d6f294d73b160470b7ed245c5f97a184c51af
cc: initial Z80 support
20 files changed:
Applications/SmallC/6809/ccstart.u [new file with mode: 0644]
Applications/SmallC/6809/crunas09.u [new file with mode: 0644]
Applications/SmallC/6809/exit.u [new file with mode: 0644]
Applications/SmallC/6809/faults.u [new file with mode: 0644]
Applications/SmallC/6809/io.u [new file with mode: 0644]
Applications/SmallC/6809/mrabs.u [new file with mode: 0644]
Applications/SmallC/6809/prabs.u [new file with mode: 0644]
Applications/SmallC/6809/sdiv.u [new file with mode: 0644]
Applications/SmallC/6809/shift.u [new file with mode: 0644]
Applications/SmallC/6809/smod.u [new file with mode: 0644]
Applications/SmallC/6809/sumul.u [new file with mode: 0644]
Applications/SmallC/8080/arglist.c
Applications/SmallC/Makefile
Applications/SmallC/code6809.c
Applications/SmallC/code8080.c
Applications/SmallC/codez80.c [new file with mode: 0644]
Applications/SmallC/defs.h
Applications/SmallC/lib/Makefile [new file with mode: 0644]
Applications/SmallC/lib/lorder8080 [new file with mode: 0644]
Applications/SmallC/preproc.c