home *** CD-ROM | disk | FTP | other *** search
- ;;*************************************************************************
- ;; ip_dls.asm ip_dls.asm
- ;;*************************************************************************
- ;;
- ;; Copyright (C) 1989 Northwestern University, Vance Morrison
- ;;
- ;;
- ;; Permission to view, compile, and modify for LOCAL (intra-organization)
- ;; USE ONLY is hereby granted, provided that this copyright and permission
- ;; notice appear on all copies. Any other use by permission only.
- ;;
- ;; Northwestern University makes no representations about the suitability
- ;; of this software for any purpose. It is provided "as is" without expressed
- ;; or implied warranty. See the copywrite notice file for complete details.
- ;;
- ;;*****************************************************************************
- ;;
- ;; This module just defines the per data link layer code for the IP module.
- ;; This is done in a seperate module because TASM cannot assemble it if
- ;; it is not broken up.
- ;;
- ;;*****************************************************************************
-
- include declare.inc
-
- if num_dls ge 6
- IP_DL_PACKET_in_BX_ES %myip, 6
- DL_IP_R_RETURN 6
- ;; This does NOT fall through
- endif
-
- END
-