diff --git a/util/ceg/ce_back/as_back/READ_ME b/util/ceg/ce_back/as_back/READ_ME new file mode 100644 index 00000000..e6043168 --- /dev/null +++ b/util/ceg/ce_back/as_back/READ_ME @@ -0,0 +1,5 @@ +This directory contains the back-library that generates assembly code. + +All the files are similair to there object code version. + +The table write should define some constant in his "mach.h" diff --git a/util/ceg/ce_back/obj_back/READ_ME b/util/ceg/ce_back/obj_back/READ_ME new file mode 100644 index 00000000..fc71d5fe --- /dev/null +++ b/util/ceg/ce_back/obj_back/READ_ME @@ -0,0 +1,5 @@ +This directory contains the back-library that generates object code. + +The setup is similar to the assembly version. + +The table writer should define some constants in his "mach.h".