CEMT (II) 9/4/72 CEMT (II) NAME cemt -- catch emt traps SYNOPSIS sys cemt; arg / cemt = 29. DESCRIPTION This call allows one to catch traps resulting from the emt instruction. Arg is a location within the program; emt traps are sent to that location. The normal effect of emt traps may be restored by giving an arg equal to 0. To return after catching the emt trap, execute the rti instruction. SEE ALSO -- DIAGNOSTICS -- BUGS --