home *** CD-ROM | disk | FTP | other *** search
- ;;*************************************************************************
- ;; ether.asm ether.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 some code use in ethernet processing
- ;; This is done in a seperate module because TASM cannot assemble it if
- ;; it is not broken up.
- ;;
- ;;*****************************************************************************
-
- include declare.inc
-
- IRP idx,<1,2,3,4,5,6,7,8>
- ETH_REAL_DEFINE idx ;; try defining them all
- ENDM
- END
-