it is meant, if I understand correctly,
to be able to convert the full range.
to be able to convert the full range.

I think the author assumed that there would be another 26
characters starting at [Char] + 128. See the line below.
! add ebx, &h1a1a1a1a
only the 26 in the range 'a' + 128 to 'z' + 128 are converted.
As you say - it is very fast for 7-bit ASCII and I'll definitely
use it for that.
------------------
Leave a comment: