--- title: "How to Disable the MERGE Function" type: "article" slug: "how-to-disable-the-merge-function-2" url: "http://localhost/article/how-to-disable-the-merge-function-2/" markdown_url: "http://localhost/article/how-to-disable-the-merge-function-2.md" published_at: "2026-03-15T00:22:26+00:00" modified_at: "2026-03-15T00:22:27+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Describes a technique for protecting a BASIC program from being MERGEd by saving it as machine code using the SAVE...CODE command with the program's starting address and length. Program runs normally when loaded as CODE, continuing after the SAVE command." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" volume: "5" issue: "3" issues_articles: - id: 38849 title: "Timelinez v5 n3" type: "issue" url: "http://localhost/issue/timelinez-v5-n3/" pages: "3" pubdate: "March 1987" archive_link: false --- # How to Disable the MERGE Function Describes a technique for protecting a BASIC program from being MERGEd by saving it as machine code using the SAVE…CODE command with the program’s starting address and length. Program runs normally when loaded as CODE, continuing after the SAVE command.