--- title: "Putting Machine Code into Mterm II" type: "article" slug: "putting-machine-code-into-mterm-ii" url: "http://localhost/article/putting-machine-code-into-mterm-ii/" markdown_url: "http://localhost/article/putting-machine-code-into-mterm-ii.md" published_at: "2026-03-14T13:01:14+00:00" modified_at: "2026-03-14T13:01:15+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Instructions for loading machine code into the SMART II (Mterm) terminal program's BASIC buffer area on the TS2068 by manipulating the VARS system variable. Includes the POKE formula to open the buffer by 1500 bytes and then LOAD/SAVE the code to the correct memory address." 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/" - 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: "Rick Conard" slug: "rick-conard" taxonomy: "indiv" url: "http://localhost/indiv/rick-conard/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Rick Conard" slug: "rick-conard" taxonomy: "indiv" url: "http://localhost/indiv/rick-conard/" volume: "3" issue: "2" issues_articles: - id: 38817 title: "Timelinez v3 n2/3" type: "issue" url: "http://localhost/issue/timelinez-v3-n2/" pages: "4" pubdate: "February/March 1985" archive_link: false --- # Putting Machine Code into Mterm II Instructions for loading machine code into the SMART II (Mterm) terminal program’s BASIC buffer area on the TS2068 by manipulating the VARS system variable. Includes the POKE formula to open the buffer by 1500 bytes and then LOAD/SAVE the code to the correct memory address.