This program allows access to the command line buffer on MS-DOS computers. An absolute address variable is located atoffset 80 hex past the start of the code segment. This is thelocation of the DOS command line buffer. This program as itstands will only work on 16 bit MS-DOS terminals. In order tomake this program work with CPM/80 simply delete the CSEGreserved word out of the command line buffer declaration.