The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on November 11, 2006, 11:02:14 PM

Title: New character table creator.
Post by: hutch-- on November 11, 2006, 11:02:14 PM
I did one some time ago but win9x had a limit to how many controls it would handle so the version would only work on win2000 and later. I recently needed a character table generator for QE and as QE will parse and assembler character table, I could use the same tool for both.

The current offering will toggle a range of character types, numbers, upper and lower case as well as a number of specific characters. Others can be set manually in the interface.

The table can be either saved to file or copied to the clipboard. When I get the code into a more consumer usable form, I will post that as well.

I don't have a win9x box going at the moment so if anone has the time to test it on win9x, it would be appreciated.

[attachment deleted by admin]
Title: Re: New character table creator.
Post by: trodon on November 12, 2006, 02:09:40 AM
good job, i was try on my XP-SP1-2 and its working  :U
Title: Re: New character table creator.
Post by: ToutEnMasm on November 12, 2006, 05:59:38 AM

good,is it possible to have one more choise for the output ?.
db 9," ","H","(",0
                             ToutEnMasm
Title: Re: New character table creator.
Post by: Vortex on November 12, 2006, 09:53:55 AM
QuoteI don't have a win9x box going at the moment so if anone has the time to test it on win9x, it would be appreciated.

Hi Hutch,

You can istall MS Virtual PC 2004 to simulate the Win9x environment.