Authors
David Ornstein
Publication
Publication Details
Volume: 2 Issue: 1
Date
January/February 1982
Pages
42-43
See all articles from SYNC v2 n1
A machine language monitor is a utility, provided by most computer systems, which aids in the development of machine language programs. Its basic functions are: a) to allow you to view the contents of each byte in the system’s memory, and b) to allow you to change these values. The program provided here will allow you to perform these functions. It is a visual window into the system’s memory, hence the name.