--- title: "Minerva II Tidbit" type: "article" slug: "minerva-ii-tidbit" url: "http://localhost/article/minerva-ii-tidbit/" markdown_url: "http://localhost/article/minerva-ii-tidbit.md" published_at: "2026-02-08T23:15:38+00:00" modified_at: "2026-02-08T23:15:38+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Here is a small utility for snooping about in the Minerva II ram. There’s nothing sacred about the limits on i: i = 0 TO 255 will give you EVERYTHING. The given values exclude the control and clock area (0-15) and unassigned, reserved areas (33-34, 164-251, 255). The PAUSE is there just to keep the…" category: - name: "International QL Report" slug: "international-ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/international-ql-report/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Superbasic (programming language)" slug: "superbasic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/superbasic-programming-language/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Mel E. LaVerne" slug: "m-e-laverne" taxonomy: "indiv" url: "http://localhost/indiv/m-e-laverne/" publication_r: id: 33740 title: "International QL Report" type: "periodical" url: "http://localhost/periodical/international-ql-report/" authors_r: - name: "Mel E. LaVerne" slug: "m-e-laverne" taxonomy: "indiv" url: "http://localhost/indiv/m-e-laverne/" volume: "4" issue: "3" issues_articles: - id: 37210 title: "International QL Report V4 I3" type: "issue" url: "http://localhost/issue/international-ql-report-v4-i4/" pages: "66" pubdate: "September/October 1994" archive_link: false --- # Minerva II Tidbit Here is a small utility for snooping about in the Minerva II ram. There’s nothing sacred about the limits on i: i = 0 TO 255 will give you EVERYTHING. The given values exclude the control and clock area (0-15) and unassigned, reserved areas (33-34, 164-251, 255). The PAUSE is there just to keep the screen under control.