--- title: "Mike’s Notebook: PARSE64" type: "article" slug: "mikes-notebook" url: "http://localhost/article/mikes-notebook/" markdown_url: "http://localhost/article/mikes-notebook.md" published_at: "2022-10-07T12:23:15+00:00" modified_at: "2024-05-26T13:05:07+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The following bit of machine code will allow you to print any text string using a clean, fast 64 column character set. What distinguishes this program from similar ones is that instead of requiring 768 bytes to define the characters (96 characters X 8 bytes per character), this program uses half the usual number of…" category: - name: "SWYM" slug: "swym" taxonomy: "category" url: "http://localhost/category/periodicals/swym/" post_tag: - name: "Best of Timex/Sinclair 2068 Articles and Documents" slug: "ts2068best" taxonomy: "post_tag" url: "http://localhost/tag/ts2068best/" - 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: "Michael DiRienzo" slug: "michael-dirienzo" taxonomy: "indiv" url: "http://localhost/indiv/michael-dirienzo/" publication_r: id: 35516 title: "SWYM" type: "periodical" url: "http://localhost/periodical/swym/" authors: "Michael DiRienzo" volume: "5" issue: "11" issues_articles: - id: 39578 title: "SWYM v5 n11 Nov 1990" type: "issue" url: "http://localhost/issue/swym-v5-n11-nov-1990/" pages: "7-8" pubdate: "November 1990" archive_link: false --- # Mike’s Notebook: PARSE64 The following bit of machine code will allow you to print any text string using a clean, fast 64 column character set. What distinguishes this program from similar ones is that instead of requiring 768 bytes to define the characters (96 characters X 8 bytes per character), this program uses half the usual number of bytes to define the character set.