--- title: "Speed Comparison Between 2068 Pascal and Compiled BASIC (TIMEMACHINE)" type: "article" slug: "speed-comparison-between-2068-pascal-and-compiled-basic-timemachine" url: "http://localhost/article/speed-comparison-between-2068-pascal-and-compiled-basic-timemachine/" markdown_url: "http://localhost/article/speed-comparison-between-2068-pascal-and-compiled-basic-timemachine.md" published_at: "2020-10-27T17:14:04+00:00" modified_at: "2024-05-26T13:17:23+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Recently I have been working on using my 2068 to control a 3 axis drilling/routing machine using stepper motors. To make the machine move in arcs and circles I needed to use the sine and cosine functions in the 2068 ROM. After trying some BASIC and machine language routines I found that the machine couldn't…" category: - name: "Update Magazine" slug: "update-magazine" taxonomy: "category" url: "http://localhost/category/periodicals/update-magazine/" post_tag: - name: "Pascal (programming language)" slug: "pascal" taxonomy: "post_tag" url: "http://localhost/tag/pascal/" - name: "TIMACHINE" slug: "timachine" taxonomy: "post_tag" url: "http://localhost/tag/timachine/" - 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: "Larry Kenny" slug: "larry-kenny" taxonomy: "indiv" url: "http://localhost/indiv/larry-kenny/" publication: "Update Magazine" publication_r: id: 10283 title: "Update Magazine" type: "periodical" url: "http://localhost/periodical/update-magazine/" authors: "Larry Kenny" issues_articles: - id: 26494 title: "Update January 1990" type: "issue" url: "http://localhost/issue/ts-2068-up-date-january-1990/" pages: "19" pubdate: "January 1990" archive_link: false volumeissue: "vn" --- # Speed Comparison Between 2068 Pascal and Compiled BASIC (TIMEMACHINE) Recently I have been working on using my 2068 to control a 3 axis drilling/routing machine using stepper motors. To make the machine move in arcs and circles I needed to use the sine and cosine functions in the 2068 ROM. After trying some BASIC and machine language routines I found that the machine couldn’t run nearly fast enough to keep the machine busy at full speed.