--- title: "Loading Tasword II on the A & J Microdrive" type: "article" slug: "loading-tasword-ii-on-the-a-j-microdrive-3" url: "http://localhost/article/loading-tasword-ii-on-the-a-j-microdrive-3/" markdown_url: "http://localhost/article/loading-tasword-ii-on-the-a-j-microdrive-3.md" published_at: "2022-10-07T12:27:57+00:00" modified_at: "2026-06-21T23:37:03+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Using the A & J Microdrive to load Tasword II takes less than 30 seconds! But to SAVE the program and files created by it requires some modifications to the BASIC part of Tasword II. To make the changes, LOAD Tas- word off tape and choose the BASIC option. DELETE lines 11, 15, 700 and…" category: - name: "SUM" slug: "sum" taxonomy: "category" url: "http://localhost/category/periodicals/sum/" post_tag: - name: "Full Text" slug: "fulltext" taxonomy: "post_tag" url: "http://localhost/tag/fulltext/" - name: "Tasword" slug: "tasword" taxonomy: "post_tag" url: "http://localhost/tag/tasword/" - 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: "Joseph Williamson" slug: "joseph-williamson" taxonomy: "indiv" url: "http://localhost/indiv/joseph-williamson/" publication_r: id: 10242 title: "SUM" type: "periodical" url: "http://localhost/periodical/sum/" authors: "Joe Williamson" volume: "3" issue: "4" issues_articles: - id: 39348 title: "SUM v3 n4" type: "issue" url: "http://localhost/issue/sum-v3-n4/" pages: "2" pubdate: "April 1985" archive_link: false --- Using the A & J Microdrive to load Tasword II takes less than 30 seconds! But to SAVE the program and files created by it requires some modifications to the BASIC part of Tasword II. To make the changes, LOAD Tas- word off tape and choose the BASIC option. DELETE lines 11, 15, 700 and 710. Now add the following lines: ``` 15 POKE VAL "23609", VAL "2": CLEAR VAL "33279": GO SUB VAL "4000": LOAD "@tasword"CODE: CLS: LET a= USR VAL "59061": GO TO VAL "10" 700 CLS: LET aŞ="@tasword": SAVE "@1, tasword" LINE 15 710 SAVE "@2, tasword"CODE 54784, 10751 1060 IF a$ (1)<>"@" THEN GO TO 1100 1070 LET a$ (2 TO ) =a$ (4 TO ) ``` These changes allow you to use either cassette or microdrive for saving files. Just remember to begin files for the microdrives with @ and the number of the file followed by a comma and the file name up to 7 characters long. Files without the @ will save to the cassette. (Example: @1, sample) To SAVE Tasword to microdrive after the above changes GO TO 1 and then select the “Save Tasword” option. Save it on a 20′ cartridge with no other files on it. TO LOAD Tasword, type LOAD “@tasword” RETURN.