--- title: "Multi-Tasking on the Timex-2068 Using Z80 Interrupt Mode 2" type: "article" slug: "multi-tasking-on-the-timex-2068-using-z80-interrupt-mode-2" url: "http://localhost/article/multi-tasking-on-the-timex-2068-using-z80-interrupt-mode-2/" markdown_url: "http://localhost/article/multi-tasking-on-the-timex-2068-using-z80-interrupt-mode-2.md" published_at: "2026-03-14T14:06:11+00:00" modified_at: "2026-03-14T14:06:11+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "In-depth technical article on implementing Z80 interrupt mode 2 on the TS-2068 for multi-tasking. Explains the 257-byte interrupt table, vector table, and service routine structure. Author used the technique in his machine code word processor to run a print spooler, input buffer, clock/calendar display, and clock display simultaneously. Includes assembly code listing." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "Machine language programming" slug: "machine-language" taxonomy: "post_tag" url: "http://localhost/tag/machine-language/" - 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: "Fred Templeton" slug: "fred-templeton" taxonomy: "indiv" url: "http://localhost/indiv/fred-templeton/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Fred Templeton" slug: "fred-templeton" taxonomy: "indiv" url: "http://localhost/indiv/fred-templeton/" volume: "5" issue: "2" issues_articles: - id: 38847 title: "Timelinez v5 n2" type: "issue" url: "http://localhost/issue/timelinez-v5-n2/" pages: "268" pubdate: "February 1987" archive_link: false --- # Multi-Tasking on the Timex-2068 Using Z80 Interrupt Mode 2 In-depth technical article on implementing Z80 interrupt mode 2 on the TS-2068 for multi-tasking. Explains the 257-byte interrupt table, vector table, and service routine structure. Author used the technique in his machine code word processor to run a print spooler, input buffer, clock/calendar display, and clock display simultaneously. Includes assembly code listing.