--- title: "EPROM Cartridge Download Routine" id: 54704 type: "document" slug: "eprom-cartridge-download-routine" url: "http://localhost/document/eprom-cartridge-download-routine/" markdown_url: "http://localhost/document/eprom-cartridge-download-routine.md" published_at: "2024-06-04T10:14:36+00:00" modified_at: "2024-06-09T01:47:03+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This routine will take a basic program stored in the 16K memory block from C000-FFFFh and move it down into the normal Basic ram area. (4009h and on) More than one program may be stored on a board in this block. POKE 16417 the number of the program desired to be downloaded," category: - name: "Documentation" slug: "documentation" taxonomy: "category" url: "http://localhost/category/documentation/" post_tag: - name: "Hardware project" slug: "hardware-project" taxonomy: "post_tag" url: "http://localhost/tag/hardware-project/" - name: "John Oliger Co." slug: "john-oliger-co" taxonomy: "post_tag" url: "http://localhost/tag/john-oliger-co/" - 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/" document_url: "https://archive.org/details/johnloliger/EPROM%20Cartridge%20Download%20Routine" pages: 2 document_date: "198x" --- # EPROM Cartridge Download Routine This routine will take a basic program stored in the 16K memory block from C000-FFFFh and move it down into the normal Basic ram area. (4009h and on) More than one program may be stored on a board in this block. POKE 16417 the number of the program desired to be downloaded,