--- title: "TS1000/TS1500 Program Chaining, Part Four" type: "article" slug: "ts1000-ts1500-program-chaining-part-four" url: "http://localhost/article/ts1000-ts1500-program-chaining-part-four/" markdown_url: "http://localhost/article/ts1000-ts1500-program-chaining-part-four.md" published_at: "2020-10-27T17:10:18+00:00" modified_at: "2024-05-26T14:13:57+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "For a practical demonstration of a chained program, using the Above RAMTOP method of passing data from one module to another, I have chosen one consisting of three modules. A module to set RAMTOP (\"RT\"), a text entry module (\"TE\"), and a text LPRINT module (\"PRT\"). The program will allow you to enter, store above…" category: - name: "Time Designs Magazine" slug: "time-designs" taxonomy: "category" url: "http://localhost/category/periodicals/time-designs/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "TS 1500" slug: "ts1500" taxonomy: "post_tag" url: "http://localhost/tag/ts1500/" - 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/" - name: "Timex/Sinclair 1500" slug: "ts-1500" taxonomy: "model" url: "http://localhost/model/ts-1500/" indiv: - name: "Earl Dunnington" slug: "earl-dunnington" taxonomy: "indiv" url: "http://localhost/indiv/earl-dunnington/" publication: "Time Designs Magazine" publication_r: id: 10277 title: "Time Designs Magazine" type: "periodical" url: "http://localhost/periodical/time-designs-magazine/" authors: "Earl Dunnington" volume: "3" issue: "1" issues_articles: - id: 26781 title: "Time Designs Magazine v3 n1" type: "issue" url: "http://localhost/issue/time-designs-magazine-v3-n1/" pages: "15-16" pubdate: "November/December 1986" related_articles: - id: 6293 title: "TS 1000/1500 Program Chaining, Part One" type: "article" url: "http://localhost/article/ts-1000-1500-program-chaining-part-one/" - id: 6311 title: "TS 1000/1500 Program Chaining, Part Two" type: "article" url: "http://localhost/article/ts-1000-1500-program-chaining-part-two/" - id: 6339 title: "TS 1000/1500 Program Chaining, Part Three" type: "article" url: "http://localhost/article/ts-1000-1500-program-chaining-part-three/" - id: 15364 title: "TS1000/1500 Program Chaining, Part Five" type: "article" url: "http://localhost/article/ts1000-1500-program-chaining-part-five/" - id: 37703 title: "TS 1000/TS 1500 Program Chaining, Conclusion" type: "article" url: "http://localhost/article/ts-1000-ts-1500-program-chaining/" archive_link: false volumeissue: "v3n1" --- # TS1000/TS1500 Program Chaining, Part Four For a practical demonstration of a chained program, using the Above RAMTOP method of passing data from one module to another, I have chosen one consisting of three modules. A module to set RAMTOP (“RT”), a text entry module (“TE”), and a text LPRINT module (“PRT”). The program will allow you to enter, store above RAMTOP and print out a set of lines consisting of 32 characters per line.