--- title: "64 Column Mode Software for the Timex Sinclair 2068" type: "article" slug: "64-column-mode-software-for-the-timex-sinclair-2068" url: "http://localhost/article/64-column-mode-software-for-the-timex-sinclair-2068/" markdown_url: "http://localhost/article/64-column-mode-software-for-the-timex-sinclair-2068.md" published_at: "2026-01-22T20:56:25+00:00" modified_at: "2026-01-22T20:57:50+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "How would you like to be able to place on the screen 24 rows of 64 characters in your own programs? Or how about plotting in an ultra-high resolution mode of 192 vertical pixels by 512 horizontal pixels? Sound enticing? Then read on… Basically speaking, I have developed several small machine code routines which handle…" 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: "Paul Banasik" slug: "paul-banasik" taxonomy: "indiv" url: "http://localhost/indiv/paul-banasik/" publication_r: id: 21536 title: "Computer Trader Magazine" type: "periodical" url: "http://localhost/periodical/ctm/" authors_r: - name: "Paul Banasik" slug: "paul-banasik" taxonomy: "indiv" url: "http://localhost/indiv/paul-banasik/" issues_articles: - id: 52348 title: "Computer Trader Magazine May 1985" type: "issue" url: "http://localhost/issue/computer-trader-magazine-may-1985/" pages: "75, 78" pubdate: "May 1985" archive_link: false --- # 64 Column Mode Software for the Timex Sinclair 2068 How would you like to be able to place on the screen 24 rows of 64 characters in your own programs? Or how about plotting in an ultra-high resolution mode of 192 vertical pixels by 512 horizontal pixels? Sound enticing? Then read on… Basically speaking, I have developed several small machine code routines which handle the available 64 column mode on the Timex Sinclair 2068. There are 5 routines which are labeled: INITIALIZE, PRINT, CLS, PLOT, and UNPLOT. In this article I will present the actual machine code along with how to use it in your own BASIC programs. The process of controlling the display is really easy, as you will soon see.