--- title: "BASCII: BASIC to ASCII Converter" type: "article" slug: "bascii-basic-to-ascii-converter" url: "http://localhost/article/bascii-basic-to-ascii-converter/" markdown_url: "http://localhost/article/bascii-basic-to-ascii-converter.md" published_at: "2026-03-14T13:55:01+00:00" modified_at: "2026-03-14T13:55:01+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "A program for the TS1500 (with RS-232 and 16K RAM pack) that converts a BASIC program's tokenized code into ASCII strings stored in a string array, then transmits them via a Memotech RS-232 interface to another computer. Uses RAND USR to redirect PRINT output to the string array above RAMTOP, then PEEKs the BASIC area…" category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 1500" slug: "ts1500" taxonomy: "post_tag" url: "http://localhost/tag/ts1500/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1500" slug: "ts-1500" taxonomy: "model" url: "http://localhost/model/ts-1500/" indiv: - name: "Terry Greenlee" slug: "terry-greenlee" taxonomy: "indiv" url: "http://localhost/indiv/terry-greenlee/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Terry Greenlee" slug: "terry-greenlee" taxonomy: "indiv" url: "http://localhost/indiv/terry-greenlee/" volume: "4" issue: "11" issues_articles: - id: 38843 title: "Timelinez v4 n11/12" type: "issue" url: "http://localhost/issue/timelinez-v4-n11-12/" pages: "7" pubdate: "November/December 1986" archive_link: false --- # BASCII: BASIC to ASCII Converter A program for the TS1500 (with RS-232 and 16K RAM pack) that converts a BASIC program’s tokenized code into ASCII strings stored in a string array, then transmits them via a Memotech RS-232 interface to another computer. Uses RAND USR to redirect PRINT output to the string array above RAMTOP, then PEEKs the BASIC area character-by-character. Intended for uploading BASIC programs to other systems over serial connection.