home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / PopUpMenu_v4.3 / Source.LZH / Source / OptionsGlue.a < prev    next >
Text File  |  1992-01-29  |  254b  |  15 lines

  1.            opt      l+,c+,d+,y+
  2.            opt      ow1+,ow2+,ow3+,ow4+,ow5+,ow6+
  3.  
  4.            xref     @SelectOpt
  5.  
  6.            xdef     @SelectOptions
  7.  
  8.            section     text,code
  9. @SelectOptions:
  10.            MOVE.W     D2,D0
  11.            JMP     @SelectOpt(PC)   * Call C function
  12.  
  13.            END
  14.  
  15.