X-Git-Url: https://pd.if.org/git/?p=mmurtl;a=blobdiff_plain;f=msamples%2Fdasmm%2Fread.me;fp=msamples%2Fdasmm%2Fread.me;h=a8434871c2b2448e7dae174d82621172a4783bda;hp=0000000000000000000000000000000000000000;hb=562ad2bf1e836da09d3b2bc8ceffe3d21b7ca17e;hpb=0a0353feba474e5f4cc4228821f59accb89da529 diff --git a/msamples/dasmm/read.me b/msamples/dasmm/read.me new file mode 100644 index 0000000..a843487 --- /dev/null +++ b/msamples/dasmm/read.me @@ -0,0 +1,13 @@ +This is the DASM Assembler ported to run under MMURTL. +It has been modified to use MMURTL memory management +calls directly. +It produces the same run file as its DOS counterpart. +You will notice, the like the ported version of CM32, +it runs slower (about 150%) than the DOS version. + +This is for 2 reasons. The CM32 compiler was used to build it. +CM32 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).