--- title: "2068 Buggy Software" type: "article" slug: "2068-buggy-software-2" url: "http://localhost/article/2068-buggy-software-2/" markdown_url: "http://localhost/article/2068-buggy-software-2.md" published_at: "2022-06-06T00:19:26+00:00" modified_at: "2026-06-21T23:37:33+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "It isn't considered normal when а magazine like SyncWare gives you а program that's riddled with bugs. But then, we never promised you a normal magazine. Since this is our special April Fool's issue, we thought we'd introduce you to SyncWare's in house bug. Actually he's a worm--a friendly little fellow--who took up residence in…" category: - name: "SyncWare News" slug: "syncware-news" taxonomy: "category" url: "http://localhost/category/periodicals/syncware-news/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "Full Text" slug: "fulltext" taxonomy: "post_tag" url: "http://localhost/tag/fulltext/" - 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: "Thomas B. Woods" slug: "thomas-b-woods" taxonomy: "indiv" url: "http://localhost/indiv/thomas-b-woods/" publication: "SyncWare News" publication_r: id: 10245 title: "SyncWare News" type: "periodical" url: "http://localhost/periodical/syncware-news/" authors: "Tom Woods" volume: "3" issue: "4" issues_articles: - id: 38953 title: "SyncWare News v3 n4" type: "issue" url: "http://localhost/issue/syncware-news-v3-n4/" pages: "6" pubdate: "Mar-Apr 1986" download: "https://archive.org/download/timex-sinclair-software-archive/Buggy%20Software%20%281986%29%28Thomas%20Woods%29%282068%29%28US%29%28Sides%20A%20%26%20B%29.zip" archive_link: false volumeissue: "v3n4" article_media: - id: 49751 title: "2068 Buggy Software" type: "computer_media" url: "http://localhost/computer_media/buggy/" --- # 2068 Buggy Software It isn’t considered normal when а magazine like SyncWare gives you а program that’s riddled with bugs. But then, we never promised you a normal magazine. Since this is our special April Fool’s issue, we thought we’d introduce you to SyncWare’s in house bug. Actually he’s a worm–a friendly little fellow–who took up residence in one of Tom Woods’ computers, Tom still isn’t sure how the worm first got into the computer, but one theory is that it crawled out of the core of an apple Tom left on his desk one night. Actually, the worm makes quite a nice pet. He does not exhibit the destructive tendencies common to other creatures of the electronic domain. If we could find any fault in our worm, it would have to be his diet. He eats video displays. It seems his passion for pixels is simply unquenchable. Enter him into your ТS2068 and see what we mean. ## Source Code: 2068 Buggy Software ``` 1 CLEAR 64390: FOR X=64391 TO 64511: READ Y: POKE X,Y: NEXT X: RANDOMIZE USR 64391: REM Make the worm 10 DATA 006,000,062,251,033,000,252,119,035,016,252,119,062,252,237,071,237,094,033,080,067,034,254,255,201,245,042,254,255,062,000,190,032,005,241,032,030,024,012,126,060,119,040,035,241,193,225,241,195,056,000,035,167,229,001,255,087,237,066,225,040,040,034,254,255,024,234,043,229,001,000,064,237,066,225,040,025,024 20 DATA 239,058,120,092,203,103,040,008,062,086,188,056,199,036,024,196,062,065,188,048,191,037,024,188,033,120,092,062,064,164,103,024,207,237,086,201,000,000,245,229,197,195,160 100 LIST ```