--- title: "Simple Mods for ZXAS & ZXDB" type: "article" slug: "simple-mods-for-zxas-zxdb" url: "http://localhost/article/simple-mods-for-zxas-zxdb/" markdown_url: "http://localhost/article/simple-mods-for-zxas-zxdb.md" published_at: "2026-01-14T18:24:42+00:00" modified_at: "2026-01-14T18:25:28+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The BUG-BYTE ZXAS assembler and ZXDB disassembler/debugger comprise a fairly powerful machine level programming package. In this article I will describe a few simple modifications to the BASIC portion of each program which will make them all little more convenient to use. I will also describe memory usage of the two packages and show you…" category: - name: "QZX" slug: "qzx" taxonomy: "category" url: "http://localhost/category/periodicals/qzx/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Robert Suggs (KB5EZ)" slug: "robert-suggs-kb5ez" taxonomy: "indiv" url: "http://localhost/indiv/robert-suggs-kb5ez/" publication_r: id: 21219 title: "QZX" type: "periodical" url: "http://localhost/periodical/qzx/" authors_r: - name: "Robert Suggs (KB5EZ)" slug: "robert-suggs-kb5ez" taxonomy: "indiv" url: "http://localhost/indiv/robert-suggs-kb5ez/" volume: "1" issue: "6" issues_articles: - id: 62162 title: "QZX v1 n6" type: "issue" url: "http://localhost/issue/qzx-v1-n6/" pages: "3-4" pubdate: "May 1983" product_reviews: - id: 14822 title: "ZXAS" type: "product" url: "http://localhost/product/zxas/" - id: 14827 title: "ZXDB" type: "product" url: "http://localhost/product/zxdb/" archive_link: false --- # Simple Mods for ZXAS & ZXDB The [BUG-BYTE](http://localhost/company/bug-byte-software/) [ZXAS](http://localhost/product/zxas/) assembler and [ZXDB](http://localhost/product/zxdb/) disassembler/debugger comprise a fairly powerful machine level programming package. In this article I will describe a few simple modifications to the BASIC portion of each program which will make them all little more convenient to use. I will also describe memory usage of the two packages and show you where to assemble your code.