Help for this page

Select Code to Download


  1. or download this
             set I0, 100
             bsr FUNC
    ...
             set I0, 56
             popi
             ret
    
  2. or download this
             set I0, 100
             set I1, 200
    ...
             restore I6
             restore I1
             ret