From: Richard Burgess <> Date: Thu, 9 Feb 1995 16:36:18 +0000 (+0000) Subject: autocommit for file dated 1995-02-09 16:36:18 X-Git-Url: https://pd.if.org/git/?p=mmurtl;a=commitdiff_plain;h=dc653fecbb9324ef5d35b807ca19a0fece61c149 autocommit for file dated 1995-02-09 16:36:18 --- 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.