BCPL: The pieces needed to run the BCPL 2 kit on Fuzix
authorAlan Cox <alan@linux.intel.com>
Fri, 18 Mar 2016 18:11:08 +0000 (18:11 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 18 Mar 2016 18:11:08 +0000 (18:11 +0000)
commit648acf04e4f75eca8b2fd92758dd3b8fd2d1cf6a
treea47fd0dc59e4340a6b5b5792721e7f883c965a18
parentb499f2c24c9e105083524d216c85beb13e3a7a58
BCPL: The pieces needed to run the BCPL 2 kit on Fuzix

You will need a bit over 50K of TPA at the moment in order to run this,
but that is sufficient to actually recompile the compiler.

See the README
Applications/BCPL/Makefile [new file with mode: 0644]
Applications/BCPL/README [new file with mode: 0644]
Applications/BCPL/blib.c [new file with mode: 0644]
Applications/BCPL/blib.h [new file with mode: 0644]
Applications/BCPL/blib16.b [new file with mode: 0644]
Applications/BCPL/blib16.i [new file with mode: 0644]
Applications/BCPL/icint.c [new file with mode: 0644]