--- title: "REM Generator" type: "article" slug: "rem-generator" url: "http://localhost/article/rem-generator/" markdown_url: "http://localhost/article/rem-generator.md" published_at: "2026-03-15T01:04:57+00:00" modified_at: "2026-03-15T01:04:57+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Machine code utility that generates a REM statement of any length at any line number, allowing arbitrary amounts of machine code to be stored in a BASIC program's REM line without tediously typing out each character. The routine is stored in a 63-byte REM line; after POKEing 63 values, a BASIC loader replaces itself with…" category: - name: "Timex Sinclair Users Group Mile High Chapter Newsletter" slug: "timex-sinclair-users-group-mile-high-chapter-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/timex-sinclair-users-group-mile-high-chapter-newsletter/" 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/" - 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: "Frank Holland" slug: "frank-holland" taxonomy: "indiv" url: "http://localhost/indiv/frank-holland/" publication_r: id: 39264 title: "Timex Sinclair Users Group Mile High Chapter Newsletter" type: "periodical" url: "http://localhost/periodical/timex-sinclair-users-group-mile-high-chapter-newsletter/" authors_r: - name: "Frank Holland" slug: "frank-holland" taxonomy: "indiv" url: "http://localhost/indiv/frank-holland/" issues_articles: - id: 50283 title: "Timex Sinclair Users Group Mile High Chapter Sep 1987" type: "issue" url: "http://localhost/issue/timex-sinclair-users-group-mile-high-chapter-sep-1987/" pages: "2" pubdate: "Sep 1987" archive_link: false --- Machine code utility that generates a REM statement of any length at any line number, allowing arbitrary amounts of machine code to be stored in a BASIC program’s REM line without tediously typing out each character. The routine is stored in a 63-byte REM line; after POKEing 63 values, a BASIC loader replaces itself with a short immediate-mode tool invoked via LIST USR. Includes option to move the MC to high RAM.