--- title: "The PEEK Function and the POKE Command" type: "article" slug: "the-peek-function-and-the-poke-command" url: "http://localhost/article/the-peek-function-and-the-poke-command/" markdown_url: "http://localhost/article/the-peek-function-and-the-poke-command.md" published_at: "2020-10-27T17:18:40+00:00" modified_at: "2024-06-23T00:43:41+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This article returns to Basic to discuss the PEEK function and the POKE command. Since the 8K ROM is now widely available, both the 4K ROM and the 8K ROM are included in the discussion and program illustrations." category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1981" slug: "year-1981" taxonomy: "post_tag" url: "http://localhost/tag/year-1981/" - name: "ZX80" slug: "zx80" taxonomy: "post_tag" url: "http://localhost/tag/zx80/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX80" slug: "zx80" taxonomy: "model" url: "http://localhost/model/zx80/" - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" indiv: - name: "Ian Logan" slug: "ian-logan" taxonomy: "indiv" url: "http://localhost/indiv/ian-logan/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Ian Logan" volume: "1" issue: "5" issues_articles: - id: 26639 title: "SYNC v1 n5" type: "issue" url: "http://localhost/issue/sync-v1-n5/" pages: "20-23" pubdate: "September/October 1981" archive_link: false volumeissue: "v1n5" --- # The PEEK Function and the POKE Command This article returns to Basic to discuss the PEEK function and the POKE command. Since the 8K ROM is now widely available, both the 4K ROM and the 8K ROM are included in the discussion and program illustrations.