Index: autopsy.rx =================================================================== --- autopsy.rx +++ autopsy.rx @@ -307,14 +307,13 @@ variable (steps) ---reveal--- : step ( - ) atEndOfMemory? if; - (steps) ++ atEndOfFunction? if; [ registers instruction ] display - process ip ++ ; + (steps) ++ process ip ++ ; : steps ( n- ) &step times ; : debug: ( "- )