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