P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
P-Code Instructions Index [11]
                                             Up Contents Index Back
──P-Code Instructions Index───────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHI│J│KLMNOPQRSTUVWX-Z*│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
   JeqW<n>            Branch on Equal
   JgeW<n>            Branch on Greater or Equal
   JgtW<n>            Branch on Greater Than
   JleW<n>            Branch on Less than or Equal
   JltW<n>            Branch on Less Than
   JneW<n>            Branch on Not Equal
   JnzW<n>            Branch on Not Zero
   JzrW<n>            Branch on Zero
                                    -♦-