home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DPSX / ASCIIPOP.ZIP / ASCIIPOP.DOC < prev   
Encoding:
Text File  |  1991-07-10  |  2.2 KB  |  43 lines

  1.             A S C I I P O P - version 1.0
  2.             -----------------------------
  3.  
  4.  
  5.         Whenever I'm writing programs (usually in Basic), I often need to 
  6.     look up the ASCII graphics characters for drawing a box (corners, 
  7.     headers, borders...). I used to rely on my handy DOS Refrence guide 
  8.     book, but I found that I always seemed to have misplaced the book, 
  9.     whenever I needed it. Then I discovered that there were several ASCII 
  10.     pop-up charts available on the public domain arena. Thus I finally 
  11.     thought I was set. 
  12.     However, I soon discovered that all of these programs always made 
  13.     the ASCII window pop up right in the center of the screen, where it 
  14.     usually covered the portion of the code that I needed to check upon. 
  15.     Furthermore, most of these ASCII pop-up's listed only 10 or so characters 
  16.     per `page' - thus if I needed to reach character number 201, I'd have to 
  17.     use either the PgDn or the Down Arrow keys several times. 
  18.     Just recently, however, I decided I'd try my hand at assembly 
  19.     language, after all I'd had a MASM compiler lying around for about three 
  20.     years but had never used it since I was somewhat intimidated by the look 
  21.     of assembly language.
  22.         A program called DISKTEST was my first program with assembly language.
  23.     This program is my second `experiement' with assembly language. Please
  24.     note that this program doesn't do anything more than all the other ASCII 
  25.     pop-up's, except that I made it to my requirements - the Table would 
  26.     pop-up on the far right, leaving most of the screen intact. Second, 
  27.     the table would display more characters.
  28.  
  29.         Since this is only my second program in Assembly Language, and my 
  30.     first TSR (Terminate and Stay Resident) program, I'm not sure that this 
  31.     program is compatible with all types of computers or monitors. So if any 
  32.     incompatiability is noted, I would appreciate if you would drop me a 
  33.     short note, so that I can try and alter the code to correct the problem. 
  34.     There is no charge for this program so feel free to distribute it.
  35.     Thanks.
  36.  
  37.              Haresh K. Makwana
  38.              425 Lincoln Boulevard
  39.              Santa Monica, Ca. 90402-1935.
  40.  
  41.  
  42.  
  43.