--- title: "Window" type: "article" slug: "window-2" url: "http://localhost/article/window-2/" markdown_url: "http://localhost/article/window-2.md" published_at: "2020-10-28T13:57:19+00:00" modified_at: "2024-06-23T01:03:57+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "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…" category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1982" slug: "year-1982" taxonomy: "post_tag" url: "http://localhost/tag/year-1982/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" indiv: - name: "David Ornstein" slug: "david-ornstein" taxonomy: "indiv" url: "http://localhost/indiv/david-ornstein/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "David Ornstein" issues_articles: - id: 26564 title: "SYNC Special Issue 1982" type: "issue" url: "http://localhost/issue/sync-special-issue-1982/" pages: "30-31" pubdate: "Special Issue 1982" archive_link: false volumeissue: "vn" --- # Window 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.