Actually, an array would be pretty simple - hex is surprisingly easy to reprsent as a normal 2-dimensional array, since it still has columns and rows, it's just the display itself that's "staggered."
For example, the sample data you did is equivalant to: cadbe _f_g_
I wish I could hammer out the protocode off the top of my head, but I can't think in code at work :)
no subject
Date: 2007-12-31 20:15 (UTC)From:For example, the sample data you did is equivalant to:
cadbe
_f_g_
I wish I could hammer out the protocode off the top of my head, but I can't think in code at work :)