(42S) Hex-to-ASCII
|
11-24-2020, 03:01 PM
Post: #1
|
|||
|
|||
(42S) Hex-to-ASCII
This program will convert a sequence of hexadecimal values into the corresponding ASCII text (or the 42S version of ASCII, at least). Last night I started playing The Talos Principle, which has some hex-encoded messages sprinkled around the game, and needed something quick and dirty to convert them to readable text.
Usage: XEQ "H2ASC" to start. Type as many two-digit hexadecimal values as you wish, using the digits 0-9, and the top row of keys as A-F (going left to right, so XEQ is F). Every 2nd key entered will append an ASCII character to the display. Press backspace if you wish to clear the alpha register. Press EXIT or R/S to stop the program. Example: XEQ "H2ASC" Enter: 48 50 20 34 32 53 20 52 4F 4F 4C 5A 21 Try it for yourself, you'll be able to tell if you got it right. Code: 00 { 177-Byte Prgm } |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)