--- title: "DIS disassembler" id: 54659 type: "document" slug: "dis-disassembler" url: "http://localhost/document/dis-disassembler/" markdown_url: "http://localhost/document/dis-disassembler.md" published_at: "2024-06-04T10:14:36+00:00" modified_at: "2026-03-15T19:57:16+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "DIS is a disassembler written entirely in BASIC so you can modify it to suit your needs. To load it, just LOAD \"\" or LOAD \"DIS\". To save it, SAVE \"DIS\" LINE 1. CAUTION: do not CLEAR or RUN. DIS uses a very large array, and if you wipe it out you'll have to reload…" category: - name: "Documentation" slug: "documentation" taxonomy: "category" url: "http://localhost/category/documentation/" post_tag: - name: "Jack Dohany" slug: "jack-dohany" taxonomy: "post_tag" url: "http://localhost/tag/jack-dohany/" - 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: "Jack Dohany" slug: "jack-dohany" taxonomy: "indiv" url: "http://localhost/indiv/jack-dohany/" doc_author: "Jack Dohany" document_url: "https://archive.org/details/jack-dohany/DIS%20disassembler" pages: 4 document_date: "1986" document_publisher: - id: 10976 title: "Jack Dohany" type: "company" url: "http://localhost/company/jack-dohany/" --- # DIS disassembler DIS is a disassembler written entirely in BASIC so you can modify it to suit your needs. To load it, just LOAD “” or LOAD “DIS”. To save it, SAVE “DIS” LINE 1. CAUTION: do not CLEAR or RUN. DIS uses a very large array, and if you wipe it out you’ll have to reload the program. DIS comes with a companion program called MON (monitor) which can be used to modify contents of memory in a variety of ways. MON may be merged with DIS. MON is discussed on Page 2.