--- title: "Dec-Hex-Binary Lookup Table Program" type: "article" slug: "dec-hex-binary-lookup-table-program" url: "http://localhost/article/dec-hex-binary-lookup-table-program/" markdown_url: "http://localhost/article/dec-hex-binary-lookup-table-program.md" published_at: "2026-03-14T14:17:36+00:00" modified_at: "2026-03-14T14:17:36+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "A BASIC program for the TS-2068 that generates a printed Dec-Hex-Binary lookup table using the LPRINT command. Designed as a reference aid when writing assembly code; especially useful for visualizing bit patterns for logic commands and bit manipulation." 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: "Machine language programming" slug: "machine-language" taxonomy: "post_tag" url: "http://localhost/tag/machine-language/" - 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: "Fred Templeton" slug: "fred-templeton" taxonomy: "indiv" url: "http://localhost/indiv/fred-templeton/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Fred Templeton" slug: "fred-templeton" taxonomy: "indiv" url: "http://localhost/indiv/fred-templeton/" volume: "4" issue: "5" issues_articles: - id: 38835 title: "Timelinez v4 n5" type: "issue" url: "http://localhost/issue/timelinez-v4-n5/" pages: "211" pubdate: "May 1986" archive_link: false --- # Dec-Hex-Binary Lookup Table Program A BASIC program for the TS-2068 that generates a printed Dec-Hex-Binary lookup table using the LPRINT command. Designed as a reference aid when writing assembly code; especially useful for visualizing bit patterns for logic commands and bit manipulation.