Difference between revisions of "Hex2ASCII"

From Sega Retro

(Created page with "{{#switch:{{{1|}}} |21=<nowiki>!</nowiki> |22=" |23=<nowiki>#</nowiki> |24=$ |25=% |26=<nowiki>&</nowiki> |27=<nowiki>'</nowiki> |28=( |29=) |2A=<nowiki>*</nowiki> |2B=+ |2C=,...")
 
Line 12: Line 12:
 
|2B=+
 
|2B=+
 
|2C=,
 
|2C=,
|2D=<nowiki>-</nowiki>
+
|2D=-
 
|2E=.
 
|2E=.
 
|2F=/
 
|2F=/

Revision as of 12:44, 24 April 2023

 Convert hexadecimal to ASCII (everything between 21 and 7E). Everything else is just picked up as a space.

Yes, this is a lazy implementation. 1234[];'#,./