--- title: "Autopsy of a Program" type: "article" slug: "autopsy-of-a-program" url: "http://localhost/article/autopsy-of-a-program/" markdown_url: "http://localhost/article/autopsy-of-a-program.md" published_at: "2022-09-14T02:41:08+00:00" modified_at: "2024-06-23T07:43:36+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Subroutine to scan a program, find and count the numbers used with the aim of coding them in a way to save memory." category: - name: "CATS Newsletter" slug: "cats-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/cats-newsletter/" post_tag: - name: "1983" slug: "year-1983" taxonomy: "post_tag" url: "http://localhost/tag/year-1983/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Tutorial" slug: "tutorial" taxonomy: "post_tag" url: "http://localhost/tag/tutorial/" - 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: "Mark Fisher" slug: "mark-fisher" taxonomy: "indiv" url: "http://localhost/indiv/mark-fisher/" publication_r: id: 35941 title: "CATS Newsletter" type: "periodical" url: "http://localhost/periodical/cats-newsletter/" authors: "Mark Fisher" volume: "1" issue: "9" issues_articles: - id: 39592 title: "CATS v1 n9" type: "issue" url: "http://localhost/issue/cats-v1-n9/" pages: "15" pubdate: "December 1983" archive_link: false --- # Autopsy of a Program Subroutine to scan a program, find and count the numbers used with the aim of coding them in a way to save memory.