--- title: "The Game of Life Revisited – An Assembly Version" type: "article" slug: "the-game-of-life-revisited-an-assembly-version" url: "http://localhost/article/the-game-of-life-revisited-an-assembly-version/" markdown_url: "http://localhost/article/the-game-of-life-revisited-an-assembly-version.md" published_at: "2020-10-27T17:18:45+00:00" modified_at: "2024-06-23T01:05:17+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The Game of Life, printed in SYNC 1:2 (pp. 28-30), was written in Basic. This Basic program may be replaced with an assembly subroutine which displays each succeeding generation within a fraction of the time needed by the Basic program. Each generation is constructed and then displayed by using another assembly subroutine for creating a…" 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: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - 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: "Richard Booth" slug: "richard-booth" taxonomy: "indiv" url: "http://localhost/indiv/richard-booth/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Richard Booth" volume: "2" issue: "1" issues_articles: - id: 26641 title: "SYNC v2 n1" type: "issue" url: "http://localhost/issue/sync-v2-n1/" pages: "20-21, 24-25" pubdate: "January/February 1982" related_articles: - id: 24310 title: "Glitchoidz Report" type: "article" url: "http://localhost/article/glitchoidz-report-5/" - id: 24345 title: "Glitchoidz Report" type: "article" url: "http://localhost/article/glitchoidz-report-7/" archive_link: false volumeissue: "v2n1" --- # The Game of Life Revisited – An Assembly Version The Game of Life, printed in SYNC 1:2 (pp. 28-30), was written in Basic. This Basic program may be replaced with an assembly subroutine which displays each succeeding generation within a fraction of the time needed by the Basic program. Each generation is constructed and then displayed by using another assembly subroutine for creating a display file based on “A Display File in Machine Code” by Dr. I. S. Logan in the same issue (pp. 13-15).