--- title: "Mike’s Notebook: MKDATA" type: "article" slug: "mikes-notebook-mkdata" url: "http://localhost/article/mikes-notebook-mkdata/" markdown_url: "http://localhost/article/mikes-notebook-mkdata.md" published_at: "2020-10-27T21:17:39+00:00" modified_at: "2024-05-26T13:14:11+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Program to convert data in memory (machine code, fonts, etc) into a series of DATA statements." category: - name: "Sinc-Link" slug: "sinc-link" taxonomy: "category" url: "http://localhost/category/periodicals/sinc-link/" post_tag: - name: "Machine language programming" slug: "machine-language" taxonomy: "post_tag" url: "http://localhost/tag/machine-language/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Michael DiRienzo" slug: "michael-dirienzo" taxonomy: "indiv" url: "http://localhost/indiv/michael-dirienzo/" publication: "Sinc-Link" publication_r: id: 10240 title: "Sinc-Link" type: "periodical" url: "http://localhost/periodical/sinc-link/" authors: "Michael DiRienzo" volume: "10" issue: "4" issues_articles: - id: 26598 title: "Sinc-Link v10 n4" type: "issue" url: "http://localhost/issue/sinc-link-v10-n4/" pages: "22" pubdate: "July/August 1992" archive_link: false volumeissue: "v10n4" --- # Mike’s Notebook: MKDATA Program to convert data in memory (machine code, fonts, etc) into a series of DATA statements.