--- title: "Basil’s Compendium: Where to Put the Program" type: "article" slug: "basils-compendium-where-to-put-the-program" url: "http://localhost/article/basils-compendium-where-to-put-the-program/" markdown_url: "http://localhost/article/basils-compendium-where-to-put-the-program.md" published_at: "2020-10-27T17:09:36+00:00" modified_at: "2024-12-28T14:33:58+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This chapter will list some requirements for the place where we will put the machine code, and will show you how to find a memory location that meets those requirements." category: - name: "SyncWare News" slug: "syncware-news" taxonomy: "category" url: "http://localhost/category/periodicals/syncware-news/" 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: "TS 1500" slug: "ts1500" taxonomy: "post_tag" url: "http://localhost/tag/ts1500/" - name: "Tutorial" slug: "tutorial" taxonomy: "post_tag" url: "http://localhost/tag/tutorial/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" - name: "Timex/Sinclair 1500" slug: "ts-1500" taxonomy: "model" url: "http://localhost/model/ts-1500/" indiv: - name: "John (Basil) Wentworth" slug: "john-basil-wentworth" taxonomy: "indiv" url: "http://localhost/indiv/john-basil-wentworth/" publication: "SyncWare News" publication_r: id: 10245 title: "SyncWare News" type: "periodical" url: "http://localhost/periodical/syncware-news/" authors: "John (Basil) Wentworth" volume: "2" issue: "3" issues_articles: - id: 26682 title: "SyncWare News v2 n3" type: "issue" url: "http://localhost/issue/syncware-news-v2-n3/" pages: "21-23" pubdate: "Jan-Feb 1985" related_articles: - id: 58605 title: "Basil’s Compendium: “Painless” MC Development" type: "article" url: "http://localhost/article/basils-compendium-painless-mc-development/" - id: 39151 title: "Basil’s Compendium: A Few No-Nos" type: "article" url: "http://localhost/article/basils-compendium-a-few-no-nos/" - id: 10481 title: "Basil’s Compendium: Addition, Overflow, Carry" type: "article" url: "http://localhost/article/basils-compendium-addition-overflow-carry/" - id: 10459 title: "Basil’s Compendium: Deluxe Loader Program" type: "article" url: "http://localhost/article/basils-compendium-deluxe-loader-program/" - id: 10507 title: "Basil’s Compendium: Go To/Go Sub" type: "article" url: "http://localhost/article/basils-compendium-go-to-go-sub/" - id: 9356 title: "Basil’s Compendium: Hexadecimal and 256-imal" type: "article" url: "http://localhost/article/basils-compendium-hexadecimal-and-256-imal/" - id: 9347 title: "Basil’s Compendium: LET A= …" type: "article" url: "http://localhost/article/basils-compendium-let-a/" - id: 10469 title: "Basil’s Compendium: Let A = …" type: "article" url: "http://localhost/article/basils-compendium-let-a-2/" - id: 9382 title: "Basil’s Compendium: PEEK, POKE & USR" type: "article" url: "http://localhost/article/basils-compendium-peek-poke-usr/" - id: 10494 title: "Basil’s Compendium: Why Use Machine Code?" type: "article" url: "http://localhost/article/basils-compendium-why-use-machine-code/" - id: 9386 title: "Basil’s Compendium: Basic Machine Code for the ZX-81/TS1000" type: "article" url: "http://localhost/article/basils-compendium-basic-machine-code-for-the-zx-81-ts1000/" - id: 39243 title: "Basil’s Compendium" type: "article" url: "http://localhost/article/basils-compendium/" archive_link: false volumeissue: "v2n3" --- # Basil’s Compendium: Where to Put the Program This chapter will list some requirements for the place where we will put the machine code, and will show you how to find a memory location that meets those requirements.