home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ansi / avatar1.arj / MEMORY.DOC < prev    next >
Encoding:
Text File  |  1991-01-20  |  622 b   |  17 lines

  1. Avatar Console based memory displayers
  2. Copyright (C) 1990, 1991 G. Adam Stanislav
  3. All Rights Reserved
  4.  
  5. Two sample programs to show how to program for Avatar Console.
  6.  
  7. MEMDISP.C is an example of a C program, MEMSHOW.ASM of an assembly
  8. language program. Both programs display various areas of computer memory.
  9. The programs show how to use Avatar windows.
  10.  
  11. The assembly language program also shows how to turn off the cursor. Just
  12. for comparison of the effect, the C program leaves the cursor on.
  13.  
  14. Since all output is done via Avatar Console, the programs can be easily
  15. redirected to run over a serial port.
  16.  
  17.