1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-01 01:39:15 +00:00
Files
PDP-10.its/src/muds54
Adam Sampson 2b66dfce6e Avoid POP TP,TP.
In the DEC Processor Reference Manual, this is documented as "result is
indeterminate", and there's a note in the ITS KL microcode implying that
the default KL behaviour was different from the KA.

Muddle 54 uses this to drop a temporary stack frame from TP in a few
places. If it doesn't work properly, one obvious result is that READing
bracketed expressions leaves garbage on the TP stack -- e.g. typing
<QUIT> at the interpreter will print a FIX instead.

Muddle 56 replaces this with MOVE TP,(TP), so do that as a new patch.
2020-09-14 11:28:51 +01:00
..
2020-09-14 11:28:51 +01:00