home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / pcrte224.zip / SOURCE.ZIP / IP_DL5.ASM < prev    next >
Assembly Source File  |  1992-06-09  |  1KB  |  33 lines

  1. ;;************************************************************************* 
  2. ;;                         ip_dls.asm       ip_dls.asm
  3. ;;*************************************************************************
  4. ;;
  5. ;;  Copyright (C) 1989 Northwestern University, Vance Morrison
  6. ;;
  7. ;;
  8. ;; Permission to view, compile, and modify for LOCAL (intra-organization) 
  9. ;; USE ONLY is hereby granted, provided that this copyright and permission 
  10. ;; notice appear on all copies.  Any other use by permission only.
  11. ;;
  12. ;; Northwestern University makes no representations about the suitability 
  13. ;; of this software for any purpose.  It is provided "as is" without expressed 
  14. ;; or implied warranty.  See the copywrite notice file for complete details.
  15. ;;
  16. ;;*****************************************************************************
  17. ;;
  18. ;;  This module just defines the per data link layer code for the IP module.
  19. ;;  This is done in a seperate module because TASM cannot assemble it if
  20. ;;  it is not broken up.
  21. ;;
  22. ;;*****************************************************************************
  23.  
  24.     include declare.inc
  25.  
  26.     if num_dls ge 5
  27.         IP_DL_PACKET_in_BX_ES %myip, 5
  28.         DL_IP_R_RETURN 5
  29.             ;; This does NOT fall through
  30.     endif
  31.  
  32. END
  33.