--- title: "A Right-to-Left Pixel-by-Pixel Screen Scroll" type: "article" slug: "a-right-to-left-pixel-by-pixel-screen-scroll" url: "http://localhost/article/a-right-to-left-pixel-by-pixel-screen-scroll/" markdown_url: "http://localhost/article/a-right-to-left-pixel-by-pixel-screen-scroll.md" published_at: "2020-10-27T21:09:59+00:00" modified_at: "2025-11-04T13:24:15+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The following machine code program can be located anywhere you wish. It is very easy to double a number that is given in binary, just as it is very easy to multiply a number by 10 if it is given in decimal — in each case, you Just add a 0 on the right." category: - name: "T-S Horizons" slug: "t-s-horizons" taxonomy: "category" url: "http://localhost/category/periodicals/t-s-horizons/" 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: "Dick Scoville" slug: "dick-scoville" taxonomy: "indiv" url: "http://localhost/indiv/dick-scoville/" publication: "T-S Horizons" publication_r: id: 10247 title: "T-S Horizons" type: "periodical" url: "http://localhost/periodical/t-s-horizons/" authors: "Dick Scoville" issue: "18" issues_articles: - id: 26861 title: "T-S Horizons n18" type: "issue" url: "http://localhost/issue/t-s-horizons-n18/" pages: "13" pubdate: "April 1986" archive_link: false volumeissue: "vn18" --- # A Right-to-Left Pixel-by-Pixel Screen Scroll The following machine code program can be located anywhere you wish. It is very easy to double a number that is given in binary, just as it is very easy to multiply a number by 10 if it is given in decimal — in each case, you Just add a 0 on the right.