--- title: "On Loading" type: "article" slug: "on-loading" url: "http://localhost/article/on-loading/" markdown_url: "http://localhost/article/on-loading.md" published_at: "2020-10-27T17:09:38+00:00" modified_at: "2024-05-26T13:52:25+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The program presented here creates a modified LOAD command. It moves the routines needed for the LOAD from ROM into RAM and adjusts them to work there. The routines are changed so that when the LOAD completes, machine language code from the 1 REM statement is executed. By changing statement 1, you can completely control…" 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: "Ed Shaughnessy" slug: "ed-shaughnessy" taxonomy: "indiv" url: "http://localhost/indiv/ed-shaughnessy/" publication: "SyncWare News" publication_r: id: 10245 title: "SyncWare News" type: "periodical" url: "http://localhost/periodical/syncware-news/" authors: "Ed Shaughnessy" volume: "2" issue: "2" issues_articles: - id: 26681 title: "SyncWare News v2 n2" type: "issue" url: "http://localhost/issue/syncware-news-v2-n2/" pages: "4-5" pubdate: "Nov-Dec 1984" archive_link: false volumeissue: "v2n2" --- # On Loading The program presented here creates a modified LOAD command. It moves the routines needed for the LOAD from ROM into RAM and adjusts them to work there. The routines are changed so that when the LOAD completes, machine language code from the 1 REM statement is executed. By changing statement 1, you can completely control what occurs after the LOAD.