--- title: "FANCY CLEAR SCREEN" type: "article" slug: "fancy-clear-screen" url: "http://localhost/article/fancy-clear-screen/" markdown_url: "http://localhost/article/fancy-clear-screen.md" published_at: "2025-02-23T23:06:19+00:00" modified_at: "2025-02-28T01:28:38+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This utility contains 6 clear screen routines that will give your programs that special something they're missing… To select a CLS: #1 POKE 23728,0 & POKE 23729,0 #2 POKE 23728,0 & POKE 23729,1 #3 POKE 23728,1 & POKE 23729,0 #4 POKE 23728,1 & POKE 23729,1 #5 POKE 23728,2 & POKE 23729,0 #6 POKE 23728,2 &…" category: - name: "Byte Power" slug: "byte-power" taxonomy: "category" url: "http://localhost/category/periodicals/byte-power/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" - name: "Kristian Boisvert" slug: "boisvert-kristian" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-kristian/" publication_r: id: 38570 title: "Byte Power 1st Class Magazine" type: "periodical" url: "http://localhost/periodical/byte-power-1st-class/" authors_r: - name: "Kristian Boisvert" slug: "boisvert-kristian" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-kristian/" - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" issues_articles: - id: 38578 title: "Byte Power Fall 1987" type: "issue" url: "http://localhost/issue/byte-power-8/" pubdate: "Fall 1987" archive_link: false article_media: - id: 59177 title: "Fancy Clear Screen" type: "computer_media" url: "http://localhost/computer_media/fancy-clear-screen/" --- # FANCY CLEAR SCREEN This utility contains 6 clear screen routines that will give your programs that special something they’re missing… To select a CLS: #1 POKE 23728,0 & POKE 23729,0 #2 POKE 23728,0 & POKE 23729,1 #3 POKE 23728,1 & POKE 23729,0 #4 POKE 23728,1 & POKE 23729,1 #5 POKE 23728,2 & POKE 23729,0 #6 POKE 23728,2 & POKE 23729,1 To CLEAR SCREEN use: LET L=USR 64260 To save the MC routine use: SAVE “filename”CODE 64260,1108 This routine is not relocatable and will not affect the UDG’s. Loading name CLS Program type Utility Written by Eric & Kris Boisvert