--- title: "Upper and Lower Case Printing" type: "article" slug: "upper-and-lower-case-printing" url: "http://localhost/article/upper-and-lower-case-printing/" markdown_url: "http://localhost/article/upper-and-lower-case-printing.md" published_at: "2022-09-14T02:41:05+00:00" modified_at: "2024-06-23T07:43:39+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Uses a copy of the PRINT routine from ROM and lower case character set from the TS 2068 to print in mixed case." category: - name: "CATS Newsletter" slug: "cats-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/cats-newsletter/" post_tag: - name: "1983" slug: "year-1983" taxonomy: "post_tag" url: "http://localhost/tag/year-1983/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX80" slug: "zx80" taxonomy: "post_tag" url: "http://localhost/tag/zx80/" model: - name: "Sinclair ZX80" slug: "zx80" taxonomy: "model" url: "http://localhost/model/zx80/" - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Mihaly Grell" slug: "mihaly-grell" taxonomy: "indiv" url: "http://localhost/indiv/mihaly-grell/" publication_r: id: 35941 title: "CATS Newsletter" type: "periodical" url: "http://localhost/periodical/cats-newsletter/" authors: "Mihaly Grell" volume: "1" issue: "8" issues_articles: - id: 39591 title: "CATS v1 n8" type: "issue" url: "http://localhost/issue/cats-v1-n8/" pages: "4" pubdate: "November 1983" archive_link: false --- # Upper and Lower Case Printing Uses a copy of the PRINT routine from ROM and lower case character set from the TS 2068 to print in mixed case.