News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

New character table creator.

Started by hutch--, November 11, 2006, 11:02:14 PM

Previous topic - Next topic

hutch--

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]
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

trodon

good job, i was try on my XP-SP1-2 and its working  :U

ToutEnMasm


good,is it possible to have one more choise for the output ?.
db 9," ","H","(",0
                             ToutEnMasm

Vortex

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.