--- title: "Toolkit: Scrolls de l’Ecran" type: "article" slug: "toolkit-scrolls-de-lecran" url: "http://localhost/article/toolkit-scrolls-de-lecran/" markdown_url: "http://localhost/article/toolkit-scrolls-de-lecran.md" published_at: "2026-03-10T12:55:50+00:00" modified_at: "2026-03-10T12:55:51+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The following toolkit allows the programmer to perform on-screen scrolls in all directions, as many times as desired, directly from BASIC, i.e., without the use of POKEs. The routine is relocatable, meaning it can be loaded at any memory address and executed. In BASIC, we use the form: INPUT USR adr,dir,fois. Where adr is the…" category: - name: "SIN" slug: "sin" taxonomy: "category" url: "http://localhost/category/periodicals/sin/" post_tag: - 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: "Real Gagnon" slug: "real-gagnon" taxonomy: "indiv" url: "http://localhost/indiv/real-gagnon/" publication_r: id: 52924 title: "SIN" type: "periodical" url: "http://localhost/periodical/sin/" authors_r: - name: "Real Gagnon" slug: "real-gagnon" taxonomy: "indiv" url: "http://localhost/indiv/real-gagnon/" issue: "9" issues_articles: - id: 52943 title: "SIN n9 Apr-May 1986" type: "issue" url: "http://localhost/issue/sin-n9-apr-may-1986/" pages: "8-11" pubdate: "April-May 1986" archive_link: false --- # Toolkit: Scrolls de l’Ecran The following toolkit allows the programmer to perform on-screen scrolls in all directions, as many times as desired, directly from BASIC, i.e., without the use of POKEs. The routine is relocatable, meaning it can be loaded at any memory address and executed. In BASIC, we use the form: INPUT USR adr,dir,fois. Where adr is the address of the routine, dir is the direction of the scroll, and fois is the number of times the scroll is executed.