The MASM Forum

Microsoft 64 bit MASM => Examples => Topic started by: hutch-- on July 17, 2019, 03:47:09 PM

Title: Word tokenising test piece.
Post by: hutch-- on July 17, 2019, 03:47:09 PM
A rewrite of a masm32 module, "wtok" to parse words and quoted phrases into an array. An immediate use is for parsing command lines but there are many other uses in terms of general purpose parsing. There is a batch file to test it.