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_DL4.ASM
< prev
next >
Wrap
Assembly Source File
|
1992-06-09
|
1KB
|
33 lines
;;*************************************************************************
;; 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 4
IP_DL_PACKET_in_BX_ES %myip, 4
DL_IP_R_RETURN 4
;; This does NOT fall through
endif
END