--- title: "WORM, Word Processor for the TS 1000, Part 3" type: "article" slug: "worm-word-processor-for-the-ts-1000-part-3" url: "http://localhost/article/worm-word-processor-for-the-ts-1000-part-3/" markdown_url: "http://localhost/article/worm-word-processor-for-the-ts-1000-part-3.md" published_at: "2025-11-05T15:47:23+00:00" modified_at: "2025-11-05T18:41:33+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Here is the last installment of the word processor program for the TS-1000 computer. It includes all of the machine codes which begin at address 18455 (Line 4 REM). Last month (June issue), I gave you the bulk of the program that lies in REM lines 2 and 3, There were quite a few codes…" category: - name: "T-S Horizons" slug: "t-s-horizons" taxonomy: "category" url: "http://localhost/category/periodicals/t-s-horizons/" post_tag: - 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/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Gordon Young" slug: "gordon-young" taxonomy: "indiv" url: "http://localhost/indiv/gordon-young/" publication_r: id: 10247 title: "T-S Horizons" type: "periodical" url: "http://localhost/periodical/t-s-horizons/" authors_r: - name: "Gordon Young" slug: "gordon-young" taxonomy: "indiv" url: "http://localhost/indiv/gordon-young/" issue: "7" issues_articles: - id: 50944 title: "T-S Horizons n7" type: "issue" url: "http://localhost/issue/t-s-horizons-n7/" pages: "16-19" pubdate: "July/August 1984" related_articles: - id: 16180 title: "WORM, Part 1" type: "article" url: "http://localhost/article/worm-part-one/" - id: 50977 title: "WORM, Part 2" type: "article" url: "http://localhost/article/worm-part-2/" - id: 61252 title: "Improved Machine Code Error Checking Routine for WORM" type: "article" url: "http://localhost/article/improved-machine-code-error-checking-routine-for-worm/" - id: 61272 title: "Correction to “Worm” Word Processor for the TS-1000" type: "article" url: "http://localhost/article/correction-to-worm-word-processor-for-the-ts-1000/" archive_link: false --- # WORM, Word Processor for the TS 1000, Part 3 Here is the last installment of the word processor program for the TS-1000 computer. It includes all of the machine codes which begin at address 18455 (Line 4 REM). Last month (June issue), I gave you the bulk of the program that lies in REM lines 2 and 3, There were quite a few codes to enter and I hope you made no mistakes! REM line 5 codes are listed here also. You can live with or without them. They merely produce the graphics “WORM” as Rick has shown in the headers of these articles. The codes for this are also included in this last installment should you wish to include them. Lets get to work.