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 000000000..e60431682 --- /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 000000000..fc71d5fe7 --- /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".