From dc653fecbb9324ef5d35b807ca19a0fece61c149 Mon Sep 17 00:00:00 2001 From: Richard Burgess <> Date: Thu, 9 Feb 1995 16:36:18 +0000 Subject: [PATCH] autocommit for file dated 1995-02-09 16:36:18 --- msamples/cm32m/read.me | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 msamples/cm32m/read.me diff --git a/msamples/cm32m/read.me b/msamples/cm32m/read.me new file mode 100644 index 0000000..7430cc6 --- /dev/null +++ b/msamples/cm32m/read.me @@ -0,0 +1,19 @@ +This is the CM32 compiler ported to run under MMURTL. +It has been modified to use MMURTL memory management +calls directly. +It produces the same assembly language code as its +DOS counterpart. + +You will notice it runs much slower than the DOS version. +This is for 2 reasons. The compiler was compiled with +itself. In other words, the DOS version was used to compile +the MMURTL version. It is hardly a "production" compiler. +Its code generation is no competition for the likes of Borland. +The second reason is that the processor is being shared with +several other tasks that wake up and do things (such as +display the time or tick count in the monitor). + +NOTE: For this compiler to work properly, the DOS version +should be installed on the same disk. This is because the +compiler looks in the \CM32\INCLUDE directory, just like +the DOS version. -- 2.40.0