home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d523 / serlib.lha / SerLib / Programming / Aztec_src / LibSrcAztec.lzh / WaitSer.asm < prev    next >
Encoding:
Assembly Source File  |  1991-02-13  |  266 b   |  17 lines

  1. ; serlib.lib/WaitSer - Aztec C small code/data
  2. ; created by bind - Wednesday 13-Feb-91 13:28:08
  3.  
  4.     section    _WaitSer,code
  5.  
  6.     xref    _SerLibBase
  7.     xref    _LVOWaitSer
  8.  
  9.     xdef    _WaitSer
  10. _WaitSer
  11.     move.l    4(sp),a0
  12.     move.l    8(sp),d0
  13.     move.l    _SerLibBase,a6
  14.     jmp    _LVOWaitSer(a6)
  15.  
  16.     end
  17.