]> pd.if.org Git - mmurtl/blob - msamples/dasmm/read.me
autocommit for files dated 1995-02-09 16:53:44
[mmurtl] / msamples / dasmm / read.me
1 This is the DASM Assembler 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 run file as its DOS counterpart.\r
5 You will notice, the like the ported version of CM32,\r
6 it runs slower (about 150%) than the DOS version.\r
7 \r
8 This is for 2 reasons. The CM32 compiler was used to build it.\r
9 CM32 is hardly a "production" compiler.\r
10 Its code generation is no competition for the likes of Borland.\r
11 The second reason is that the processor is being shared with\r
12 several other tasks that wake up and do things (such as\r
13 display the time or tick count in the monitor).\r