Difference between revisions of "Hex2ASCII"

From Sega Retro

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#switch:{{{1|}}}
 
{{#switch:{{{1|}}}
|21=<nowiki>!</nowiki>
+
|21=!
 
|22="
 
|22="
 
|23=<nowiki>#</nowiki>
 
|23=<nowiki>#</nowiki>
 
|24=$
 
|24=$
 
|25=%
 
|25=%
|26=<nowiki>&</nowiki>
+
|26=&
|27=<nowiki>'</nowiki>
+
|27='
 
|28=(
 
|28=(
 
|29=)
 
|29=)

Latest revision as of 07:43, 28 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[];'#,./