--- title: "TS1000 Move It!" type: "article" slug: "ts1000-move-it" url: "http://localhost/article/ts1000-move-it/" markdown_url: "http://localhost/article/ts1000-move-it.md" published_at: "2020-10-27T17:09:38+00:00" modified_at: "2024-05-26T13:52:23+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "One of the nice features of the Z80 is that it has a number of commands which actually are a whole subroutine in a single op-code or machine-language instruction. Quite probably the most powerful of these are the \"block-transfer\" group of commands. These allow you to easily transfer blocks of memory anywhere you wish, at…" category: - name: "SyncWare News" slug: "syncware-news" taxonomy: "category" url: "http://localhost/category/periodicals/syncware-news/" 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: "Fred Nachbaur" slug: "fred-nachbaur" taxonomy: "indiv" url: "http://localhost/indiv/fred-nachbaur/" publication: "SyncWare News" publication_r: id: 10245 title: "SyncWare News" type: "periodical" url: "http://localhost/periodical/syncware-news/" authors: "Fred Nachbaur" volume: "2" issue: "5" issues_articles: - id: 26684 title: "SyncWare News v2 n5" type: "issue" url: "http://localhost/issue/syncware-news-v2-n5/" pages: "21-23" pubdate: "May-Jun 1985" archive_link: false volumeissue: "v2n5" --- # TS1000 Move It! One of the nice features of the Z80 is that it has a number of commands which actually are a whole subroutine in a single op-code or machine-language instruction. Quite probably the most powerful of these are the “block-transfer” group of commands. These allow you to easily transfer blocks of memory anywhere you wish, at a rapid rate; 16 K can be transferred in about .1 sec. in FAST mode