--- title: "64 Characters and a Clear Screen" type: "article" slug: "64-characters-and-a-clear-screen-3" url: "http://localhost/article/64-characters-and-a-clear-screen-3/" markdown_url: "http://localhost/article/64-characters-and-a-clear-screen-3.md" published_at: "2026-02-11T00:34:45+00:00" modified_at: "2026-02-11T00:34:46+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Use this program in conjunction with your users manual. This is the way you begin to work with 64 characters on the screen. You need to shuffle everything around inside the computer's RAM memory and that is exactly what this routine does. Follow the prompts in the REM statements and you should not have any…" category: - name: "LISTing Newsletter" slug: "listing-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/listing-newsletter/" 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: "Doug Dewey" slug: "doug-dewey" taxonomy: "indiv" url: "http://localhost/indiv/doug-dewey/" publication_r: id: 38992 title: "LISTing Newsletter" type: "periodical" url: "http://localhost/periodical/listing-newsletter/" authors_r: - name: "Doug Dewey" slug: "doug-dewey" taxonomy: "indiv" url: "http://localhost/indiv/doug-dewey/" issues_articles: - id: 40168 title: "LISTing Newsletter June – July 1993" type: "issue" url: "http://localhost/issue/listing-newsletter-june-july-1993/" pages: "4" pubdate: "June - July 1993" archive_link: false --- # 64 Characters and a Clear Screen Use this program in conjunction with your users manual. This is the way you begin to work with 64 characters on the screen. You need to shuffle everything around inside the computer’s RAM memory and that is exactly what this routine does. Follow the prompts in the REM statements and you should not have any troubles.