From cb4566f9ecbcfa7cef36b5169fbf15fc94789ef1 Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 25 Nov 1987 14:18:23 +0000 Subject: [PATCH] Initial revision --- util/ceg/ce_back/as_back/READ_ME | 5 +++++ util/ceg/ce_back/obj_back/READ_ME | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 util/ceg/ce_back/as_back/READ_ME create mode 100644 util/ceg/ce_back/obj_back/READ_ME 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".