--- title: "Character Reverse" type: "article" slug: "character-reverse" url: "http://localhost/article/character-reverse/" markdown_url: "http://localhost/article/character-reverse.md" published_at: "2020-10-27T17:18:50+00:00" modified_at: "2024-06-23T01:05:05+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Have you ever wanted to put a reverse character in a string but you had no way of doing it? Here is a simple answer, a small machine language program that will reverse a character for you." category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1982" slug: "year-1982" taxonomy: "post_tag" url: "http://localhost/tag/year-1982/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX80" slug: "zx80" taxonomy: "post_tag" url: "http://localhost/tag/zx80/" model: - name: "Sinclair ZX80" slug: "zx80" taxonomy: "model" url: "http://localhost/model/zx80/" indiv: - name: "Daniel Freeman" slug: "daniel-freeman" taxonomy: "indiv" url: "http://localhost/indiv/daniel-freeman/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Daniel Freeman" volume: "2" issue: "3" issues_articles: - id: 26643 title: "SYNC v2 n3" type: "issue" url: "http://localhost/issue/sync-v2-n3/" pages: "49" pubdate: "May/June 1982" archive_link: false volumeissue: "v2n3" --- # Character Reverse Have you ever wanted to put a reverse character in a string but you had no way of doing it? Here is a simple answer, a small machine language program that will reverse a character for you.