[LISTING ONE]
;;VANYDEVD.asm
name VANYDEVD
.386p
;; ------------------------------------------------
;; ------------------------------------------------
;; VANYDEVD.asm -- Assembly module, MAIN module for
;; Dynamically loadable VxD for ANYDEV board
;; ------------------------------------------------
;; ------------------------------------------------
;; -----------------------------------
;; INCLUDE files needed by this module
;; -----------------------------------
include <ddkinc32vmm.inc>
include &...