.NET
mischel.lst
Associated article: A GLOBAL VARIABLE DEVICE DRIVER FOR MS-DOS
Tags: .NET
_A Global Variable Device Driver for MS-DOS_
by Jim Mischel
[LISTING ONE]
name globals
page ,132
title 'GLOVAR - global variable device driver
;
; GLOVAR.ASM
;
; Copyright 1989, Jim Mischel
;
; This MS-DOS device driver provides true global variables to application
; programs.
;
; Sample make ...


