home *** CD-ROM | disk | FTP | other *** search
- Avatar Console based memory displayers
- Copyright (C) 1990, 1991 G. Adam Stanislav
- All Rights Reserved
-
- Two sample programs to show how to program for Avatar Console.
-
- MEMDISP.C is an example of a C program, MEMSHOW.ASM of an assembly
- language program. Both programs display various areas of computer memory.
- The programs show how to use Avatar windows.
-
- The assembly language program also shows how to turn off the cursor. Just
- for comparison of the effect, the C program leaves the cursor on.
-
- Since all output is done via Avatar Console, the programs can be easily
- redirected to run over a serial port.
-
-