home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c017 / 14.ddi / PCTV1N6.ZIP / GETIP.ASM < prev    next >
Encoding:
Assembly Source File  |  1990-11-01  |  193 b   |  6 lines

  1. GETIP     PROC NEAR
  2.           POP  AX   ;Get IP value off stack
  3.           PUSH AX   ;Put IP back onto stack for return
  4.           RET       ;Return, using IP value on stack
  5. GETIP     ENDP
  6.