--- title: "How to Back Your Way Into Learning Z80 Assembly" type: "article" slug: "how-to-back-your-way-into-learning-z80-assembly" url: "http://localhost/article/how-to-back-your-way-into-learning-z80-assembly/" markdown_url: "http://localhost/article/how-to-back-your-way-into-learning-z80-assembly.md" published_at: "2025-07-12T01:32:10+00:00" modified_at: "2025-07-12T01:32:10+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "A bunch of years ago, in the process of building timexsinclair.com, I added some disassemblies of the Timex/Sinclair 2068 ROMs to the site. I was never too happy with them because there were whole passages without comments. A few years later, I added some new disassemblies, one by Bob Orrfelt, the other by Lloyd Dreger.…" category: - name: "ZXzine" slug: "zxzine" taxonomy: "category" url: "http://localhost/category/periodicals/zxzine/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "David Anderson" slug: "david-anderson" taxonomy: "indiv" url: "http://localhost/indiv/david-anderson/" publication_r: id: 38051 title: "ZXzine" type: "periodical" url: "http://localhost/periodical/zxzine/" authors_r: - name: "David Anderson" slug: "david-anderson" taxonomy: "indiv" url: "http://localhost/indiv/david-anderson/" issue: "11" issues_articles: - id: 60032 title: "ZXzine Issue 11" type: "issue" url: "http://localhost/issue/zxzine-issue-11/" pages: "17-18" pubdate: "January 2025" archive_link: false --- # How to Back Your Way Into Learning Z80 Assembly A bunch of years ago, in the process of building timexsinclair.com, I added some disassemblies of the Timex/Sinclair 2068 ROMs to the site. I was never too happy with them because there were whole passages without comments. A few years later, I added some new disassemblies, one by [Bob Orrfelt](http://localhost/indiv/bob-orrfelt/), the other by [Lloyd Dreger](http://localhost/indiv/lloyd-dreger/). Neither was perfect and both had some odd issues, but having them in hand led me to re-examine the 2068 disassemblies.