home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2018.dms / in.adf / PopUpMenu / Source / OptionsGlue.a < prev    next >
Encoding:
Text File  |  1978-02-08  |  254 b   |  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.