Using a hash table to store multiple word pairs and then replacing the first word with the second in one pass of text data in a file. Originally designed for equate replacement in programming languages, its also a useful tool where you need to do fast multiple word replacements.
X
-
One pass hash table replace of multiple words
hutch at movsd dot com
The MASM Forum - SLL Modules and PB Libraries
http://www.masm32.com/board/index.php?board=69.0Tags: None