X-Git-Url: https://pd.if.org/git/?p=mmurtl;a=blobdiff_plain;f=msamples%2Fcm32m%2Fread.me;fp=msamples%2Fcm32m%2Fread.me;h=7430cc6bc46488ef5c167ef5b643973688ddd798;hp=0000000000000000000000000000000000000000;hb=dc653fecbb9324ef5d35b807ca19a0fece61c149;hpb=9938becb45c05200ca84009d5abd09801577179d 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.