--- title: "Golden Goodies for 2068 Users" type: "article" slug: "golden-goodies-for-2068-users-2" url: "http://localhost/article/golden-goodies-for-2068-users-2/" markdown_url: "http://localhost/article/golden-goodies-for-2068-users-2.md" published_at: "2026-03-13T17:35:43+00:00" modified_at: "2026-03-13T17:35:43+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Collection of advanced programming tips for the Timex/Sinclair 2068, compiled from the TIMELINZ newsletter. Includes: POKEing RAMTOP without destroying variables; calculating program elapsed time in seconds; inverting the screen display; determining if a number is even or odd (noting that the standard (-1)^N method fails on the 2068); a two-part machine code routine to save/recall…" category: - name: "The Plotter" slug: "the-plotter" taxonomy: "category" url: "http://localhost/category/periodicals/the-plotter/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - 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: "George Mockridge" slug: "george-mockridge" taxonomy: "indiv" url: "http://localhost/indiv/george-mockridge/" publication_r: id: 21216 title: "The Plotter" type: "periodical" url: "http://localhost/periodical/the-plotter/" authors_r: - name: "George Mockridge" slug: "george-mockridge" taxonomy: "indiv" url: "http://localhost/indiv/george-mockridge/" volume: "8" issue: "2" issues_articles: - id: 39479 title: "The Plotter v8 n2" type: "issue" url: "http://localhost/issue/the-plotter-v8-n2/" pages: "7" archive_link: false --- Collection of advanced programming tips for the Timex/Sinclair 2068, compiled from the TIMELINZ newsletter. Includes: POKEing RAMTOP without destroying variables; calculating program elapsed time in seconds; inverting the screen display; determining if a number is even or odd (noting that the standard (-1)^N method fails on the 2068); a two-part machine code routine to save/recall a screen to address 57000; moving the line editor to the top of screen; and an alternate CODE load method for stubborn programs.