--- title: "Looping the Loop" type: "article" slug: "looping-the-loop" url: "http://localhost/article/looping-the-loop/" markdown_url: "http://localhost/article/looping-the-loop.md" published_at: "2020-10-27T17:19:00+00:00" modified_at: "2024-06-23T07:49:28+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "How can you do long, complicated jobs using machines code— without having to write long, complicated programs in machine code? The answer, in a word: loops." category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1983" slug: "year-1983" taxonomy: "post_tag" url: "http://localhost/tag/year-1983/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - 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/" indiv: - name: "Harry Doakes" slug: "harry-doakes" taxonomy: "indiv" url: "http://localhost/indiv/harry-doakes/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Harry Doakes" volume: "3" issue: "2" issues_articles: - id: 26648 title: "SYNC v3 n2" type: "issue" url: "http://localhost/issue/sync-v3-n2/" pages: "54, 56, 58" pubdate: "March/April 1983" related_articles: - id: 24523 title: "“Hello, Z80 Calling…”" type: "article" url: "http://localhost/article/hello-z80-calling/" archive_link: false volumeissue: "v3n2" --- # Looping the Loop How can you do long, complicated jobs using machines code— without having to write long, complicated programs in machine code? The answer, in a word: loops.