--- title: "Back-Up Copying Protected Programs" type: "article" slug: "back-up-copying-protected-programs" url: "http://localhost/article/back-up-copying-protected-programs/" markdown_url: "http://localhost/article/back-up-copying-protected-programs.md" published_at: "2026-03-15T00:47:13+00:00" modified_at: "2026-03-15T00:47:13+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Explains techniques for stopping and backing up self-running TS1000 programs, including using the BREAK key, the STOP command for numeric input screens (SHIFT-A), and string input screens (delete quote, type STOP). For machine language programs, uses RAND USR 0 sequence to interrupt, then LIST and SAVE with GOTO line. Introduces a companion reprinted article on…" 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 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "John Ezike" slug: "john-ezike" taxonomy: "indiv" url: "http://localhost/indiv/john-ezike/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "John Ezike" slug: "john-ezike" taxonomy: "indiv" url: "http://localhost/indiv/john-ezike/" volume: "7" issue: "4" issues_articles: - id: 38869 title: "Timelinez v7 n4" type: "issue" url: "http://localhost/issue/timelinez-v7-n4/" pages: "3" pubdate: "April 1989" archive_link: false --- # Back-Up Copying Protected Programs Explains techniques for stopping and backing up self-running TS1000 programs, including using the BREAK key, the STOP command for numeric input screens (SHIFT-A), and string input screens (delete quote, type STOP). For machine language programs, uses RAND USR 0 sequence to interrupt, then LIST and SAVE with GOTO line. Introduces a companion reprinted article on a modified LOAD command for more difficult cases.