ack/mach/pdp/int
George Koehler 0131ca4d46 Delete 689 undead files.
These files "magically reappeared" after the conversion from CVS to
Mercurial.  The old CVS repository deleted these files but did not
record *when* it deleted these files.  The conversion resurrected these
files because they have no history of deletion.  These files were
probably deleted before year 1995.  The CVS repository begins to record
deletions around 1995.

These files may still appear in older revisions of this Mercurial
repository, when they should already be deleted.  There is no way to fix
this, because the CVS repository provides no dates of deletion.

See http://sourceforge.net/mailarchive/message.php?msg_id=29823032
2012-09-20 22:26:32 -04:00
..
.distr New installation mechanism 1991-09-03 16:34:31 +00:00
c+ *** empty log message *** 1985-01-07 14:26:46 +00:00
c- *** empty log message *** 1985-01-07 14:26:46 +00:00
em.1 Header --> Id 1994-06-24 14:02:31 +00:00
em.c Header --> Id 1994-06-24 14:02:31 +00:00
em_int.s prevent core dump when e.out file too large 1988-06-07 12:17:00 +00:00
eminform.1 Header --> Id 1994-06-24 14:02:31 +00:00
eminform.s *** empty log message *** 1985-01-07 14:26:46 +00:00
f+ *** empty log message *** 1985-01-07 14:26:46 +00:00
f- *** empty log message *** 1985-01-07 14:26:46 +00:00
p+ *** empty log message *** 1985-01-07 14:26:46 +00:00
p- *** empty log message *** 1985-01-07 14:26:46 +00:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00
README New installation mechanism 1991-09-03 16:34:31 +00:00
t+ *** empty log message *** 1985-01-07 14:26:46 +00:00
t- *** empty log message *** 1985-01-07 14:26:46 +00:00

In this directory is a complete interpreter for EM-code on a
PDP 11, written in Unix assembly language.
There exist assembler options .test .opfreq .flow .count .prof
and .last.
.test tests undefined integers, bad arrays etcetera
.opfreq makes a table of the usage of othe em-opcodes
.flow makes a table of the used lines
.count makes a count table of the used lines
.prof estimates the amount of time spent on each source line
.last gives a table of the last executed lines and files
The interpreter writes its runtime information on a file
em_runinf, which is converted to human readable files
em_last, em_opfreq, em_profile, em_flow and em_count by
the program eminform, for which we also have an assembler
source in this directory.
Because the size of the interpreter just exceeds 8k, it is
advisible to have either .prof or .test turned off on a machine
without separate I and D when a large user program is running.