--- title: "TASWIDE" id: 22401 type: "product" slug: "taswide-print-utility" url: "http://localhost/product/taswide-print-utility/" markdown_url: "http://localhost/product/taswide-print-utility.md" published_at: "2019-12-26T23:47:28+00:00" modified_at: "2026-03-22T13:27:57+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2019/12/TASWIDEuse.png" excerpt: "This is utility lets you print in 64 columns, including program listings, by using a 4x8 narrow font. The code loads at location 63222 and is 2146 bytes long. You should use a CLEAR 63221 before loading it. To use it, just make a call once then PRINT CHR$ 3 and clear the screen to…" category: - name: "Utilities" slug: "utilities" taxonomy: "category" url: "http://localhost/category/software/utilities/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "E-Z Key" slug: "e-z-key" taxonomy: "post_tag" url: "http://localhost/tag/e-z-key/" - name: "Pheonix Enterprises" slug: "pheonix-enterprises" taxonomy: "post_tag" url: "http://localhost/tag/pheonix-enterprises/" - name: "Tasman" slug: "tasman-software" taxonomy: "post_tag" url: "http://localhost/tag/tasman-software/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Zebra Systems" slug: "zebra-systems" taxonomy: "post_tag" url: "http://localhost/tag/zebra-systems/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" genre: - name: "Software" slug: "software" taxonomy: "genre" url: "http://localhost/type/software/" - name: "Utility" slug: "utility" taxonomy: "genre" url: "http://localhost/type/utility/" company: id: 22398 title: "Tasman Software" type: "company" url: "http://localhost/company/tasman-software/" price: 14.95 date: 1984 rarity: "Uncommon" producturl: "https://spectrumcomputing.co.uk/entry/13392/ZX-Spectrum/Taswide" related_content: - id: 46977 title: "Taswide" type: "article" url: "http://localhost/article/taswide/" - id: 44516 title: "Taswide Review" type: "article" url: "http://localhost/article/taswide-review/" - id: 51295 title: "Taswide Instructions" type: "document" url: "http://localhost/document/taswide-instructions/" product_reviews: - id: 52955 title: "Taswide" type: "article" url: "http://localhost/article/the-stuff-of-2068-2/" related_products: - id: 51281 title: "Taswide" type: "computer_media" url: "http://localhost/computer_media/taswide/" companies_products: - id: 10837 title: "E-Z Key" type: "company" url: "http://localhost/company/e-z-key/" - id: 22398 title: "Tasman Software" type: "company" url: "http://localhost/company/tasman-software/" - id: 11469 title: "Zebra Systems, Inc." type: "company" url: "http://localhost/company/zebra-systems/" --- # TASWIDE This is utility lets you print in 64 columns, including program listings, by using a 4×8 narrow font. The code loads at location 63222 and is 2146 bytes long. You should use a CLEAR 63221 before loading it. To use it, just make a call once then PRINT CHR$ 3 and clear the screen to toggle the 64 column printing on. RANDOMIZE USR 64300: PRINT CHR$ 3; If you return to an automatic listing, the font will remain, but the printing will return to 32 columns with the small font in half of each character cell. To go back to 32 column printing, enter PRINT CHR$ 3 followed by CLS. Whenever going back to 64 column printing, you have to call the TASWIDE code and PRINT CHR$ 3, but you don’t have to do a CLS.