]> pd.if.org Git - mmurtl/blobdiff - msamples/dasmm/read.me
autocommit for files dated 1995-02-09 16:53:44
[mmurtl] / msamples / dasmm / read.me
diff --git a/msamples/dasmm/read.me b/msamples/dasmm/read.me
new file mode 100644 (file)
index 0000000..a843487
--- /dev/null
@@ -0,0 +1,13 @@
+This is the DASM Assembler ported to run under MMURTL.\r
+It has been modified to use MMURTL memory management\r
+calls directly.\r
+It produces the same run file as its DOS counterpart.\r
+You will notice, the like the ported version of CM32,\r
+it runs slower (about 150%) than the DOS version.\r
+\r
+This is for 2 reasons. The CM32 compiler was used to build it.\r
+CM32 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