smallc: Updates
authorAlan Cox <alan@linux.intel.com>
Tue, 26 Jul 2016 17:47:20 +0000 (18:47 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 26 Jul 2016 17:47:20 +0000 (18:47 +0100)
commitd8b8a55078d956b32e8ebc62bd61649e08d0f67d
tree0368c10e2151ab2196764e86ea61efaf7af27275
parent5bc0be69c02e21664560e9a834cf85e439e222c5
smallc: Updates

- basics for register variables
- assorted other improvements to move towards better code generation
14 files changed:
Applications/SmallC/TODO
Applications/SmallC/code6801.c
Applications/SmallC/code6809.c
Applications/SmallC/code8080.c
Applications/SmallC/codegeneric.c
Applications/SmallC/codez80.c
Applications/SmallC/defs.h
Applications/SmallC/lib/strlen.c
Applications/SmallC/prototype.h
Applications/SmallC/rules.6801 [new file with mode: 0644]
Applications/SmallC/rules.6809
Applications/SmallC/rules.gen [new file with mode: 0644]
Applications/SmallC/stmt.c
Applications/SmallC/sym.c