P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
P-Code Instructions Index [10]
                                             Up Contents Index Back
──P-Code Instructions Index───────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGH│I│JKLMNOPQRSTUVWX-Z*│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
   Inc<t><n>          Increment top element on stack
   Incf<t><n>         Increment frame variable by 1
   Incf<t><n><m>      Increment frame variable by specified value
   Incg<t><n><m>      Increment global variable by specified value
   Int3               Software interrupt for the p-code machine
                                    -♦-