--- title: "Variables" type: "article" slug: "variables" url: "http://localhost/article/variables/" markdown_url: "http://localhost/article/variables.md" published_at: "2026-02-11T13:49:34+00:00" modified_at: "2026-02-11T13:52:13+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The following MC will find the address of a variable given the code of it in the A register at the start. The address is returned in the BC register." category: - name: "Nite-Times News" slug: "nite-times-news" taxonomy: "category" url: "http://localhost/category/periodicals/nite-times-news/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - 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 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Edwin Schoen" slug: "edwin-schoen" taxonomy: "indiv" url: "http://localhost/indiv/edwin-schoen/" publication_r: id: 10206 title: "Nite-Times News" type: "periodical" url: "http://localhost/periodical/nite-times-news/" authors_r: - name: "Edwin Schoen" slug: "edwin-schoen" taxonomy: "indiv" url: "http://localhost/indiv/edwin-schoen/" volume: "1" issue: "6" issues_articles: - id: 50187 title: "Nite-Times News v1 n6" type: "issue" url: "http://localhost/issue/nite-times-news-v1-n6-2/" pages: "5" pubdate: "July 1987" archive_link: false --- # Variables The following MC will find the address of a variable given the code of it in the A register at the start. The address is returned in the BC register.