--- title: "An Introduction to Expression Evaluation" type: "article" slug: "an-introduction-to-expression-evaluation" url: "http://localhost/article/an-introduction-to-expression-evaluation/" markdown_url: "http://localhost/article/an-introduction-to-expression-evaluation.md" published_at: "2020-10-27T17:18:50+00:00" modified_at: "2024-06-23T01:05:03+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "In the Sinclair 8K ROM program of the ZX80/81 the \"expression evaluator\" is to be found at 0F55-111Bh (improved 8K ROM) and forms an essential part of the program. A study of the fundamental parts of the \"expression evaluator\" can be very useful as it enables Basic programmers to understand many of the limitations and…" category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1982" slug: "year-1982" taxonomy: "post_tag" url: "http://localhost/tag/year-1982/" - name: "Reference" slug: "reference" taxonomy: "post_tag" url: "http://localhost/tag/reference/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - 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/" 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: "2" issue: "3" issues_articles: - id: 26643 title: "SYNC v2 n3" type: "issue" url: "http://localhost/issue/sync-v2-n3/" pages: "16-18" pubdate: "May/June 1982" archive_link: false volumeissue: "v2n3" --- # An Introduction to Expression Evaluation In the Sinclair 8K ROM program of the ZX80/81 the “expression evaluator” is to be found at 0F55-111Bh (improved 8K ROM) and forms an essential part of the program. A study of the fundamental parts of the “expression evaluator” can be very useful as it enables Basic programmers to understand many of the limitations and quirks of the Sinclair Basic.