Threaded code: Difference between revisions

Content deleted Content added
RPL: CE
RPL: CE
Line 298:
 
<pre>
PROLOG -> PROLOG ( The prolog address at the start of the prolog code points to itself )
IF O + Δ =/= PC
THEN GOTO INDIRECT ( Test for direct execution )
O = I - Δ ( Correct O to point to start of embedded object )
I = I + α ( Correct I to point after embedded object where α is the length of the object )
INDIRECT ( restRest of prolog )
</pre>