--- title: "Snapshot of TS-2068 System Variables" type: "article" slug: "snapshot-of-ts-2068-system-variables" url: "http://localhost/article/snapshot-of-ts-2068-system-variables/" markdown_url: "http://localhost/article/snapshot-of-ts-2068-system-variables.md" published_at: "2026-01-22T21:10:12+00:00" modified_at: "2026-01-22T21:10:13+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Investigating the dynamic areas of memory in the TS2068 is liking nailing jelly to the wall. Certain system variables point to the location of these areas, but you can't find out their values. As soon as you PEEK into these system variables, you change them. The program presented here allows you to look at some…" category: - name: "CTM" slug: "ctm" taxonomy: "category" url: "http://localhost/category/periodicals/ctm/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Ed Shaughnessy" slug: "ed-shaughnessy" taxonomy: "indiv" url: "http://localhost/indiv/ed-shaughnessy/" publication_r: id: 21536 title: "Computer Trader Magazine" type: "periodical" url: "http://localhost/periodical/ctm/" authors_r: - name: "Ed Shaughnessy" slug: "ed-shaughnessy" taxonomy: "indiv" url: "http://localhost/indiv/ed-shaughnessy/" issues_articles: - id: 52350 title: "Computer Trader Magazine Sept 1986" type: "issue" url: "http://localhost/issue/computer-trader-magazine-september-1986/" pages: "60-" pubdate: "September 1986" archive_link: false --- # Snapshot of TS-2068 System Variables Investigating the dynamic areas of memory in the TS2068 is liking nailing jelly to the wall. Certain system variables point to the location of these areas, but you can’t find out their values. As soon as you PEEK into these system variables, you change them. The program presented here allows you to look at some of the dynamic areas by using a machine language routine. It makes a copy, at an instant in time, of several of these dynamic areas and the system variables that point to them. You can then use a machine language utility such as HOTZ to look at what was in these areas at the instant.