home *** CD-ROM | disk | FTP | other *** search
- ;;*************************************************************************
- ;; log.asm log.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 log processing
- ;; This is done in a seperate module because TASM cannot assemble it if
- ;; it is not broken up.
- ;;
- ;;*****************************************************************************
-
- include declare.inc
-
- LOG_REAL_DEFINE_in_AX_BX_SI %mylog
-
- END
-