--- title: "Binary Character Peeker" type: "article" slug: "binary-character-peeker-2" url: "http://localhost/article/binary-character-peeker-2/" markdown_url: "http://localhost/article/binary-character-peeker-2.md" published_at: "2026-02-11T00:32:22+00:00" modified_at: "2026-02-11T00:32:22+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This program will print out the Binary Representation (and equal Decimal number) of Eight Consecutive Addresses, a GOOD use for this is to see how characters are held in the ROM, for example Input Address \"8000\" to see how the letter \"С\" is formed (as seen by the Decimal 1's)." category: - name: "LISTing Newsletter" slug: "listing-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/listing-newsletter/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Jody Keonig" slug: "jody-keonig" taxonomy: "indiv" url: "http://localhost/indiv/jody-keonig/" publication_r: id: 38992 title: "LISTing Newsletter" type: "periodical" url: "http://localhost/periodical/listing-newsletter/" authors_r: - name: "Jody Koenig" slug: "jody-koenig" taxonomy: "indiv" url: "http://localhost/indiv/jody-koenig/" issues_articles: - id: 40168 title: "LISTing Newsletter June – July 1993" type: "issue" url: "http://localhost/issue/listing-newsletter-june-july-1993/" pages: "3" pubdate: "June - July 1993" archive_link: false --- # Binary Character Peeker This program will print out the Binary Representation (and equal Decimal number) of Eight Consecutive Addresses, a GOOD use for this is to see how characters are held in the ROM, for example Input Address “8000” to see how the letter “С” is formed (as seen by the Decimal 1’s).