home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / aztecarp_436 / src / glue / createport.asm < prev    next >
Assembly Source File  |  1990-12-05  |  174b  |  16 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _CreatePort
  5.  
  6. _CreatePort:
  7.     pea    (a6)
  8.     move.l    _ArpBase,a6
  9.     move.l    8(sp),a0
  10.     move.l    12(sp),d0
  11.     jsr    -306(a6)
  12.     move.l    (sp)+,a6
  13.     rts
  14.  
  15.     end
  16.