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