The MASM Forum Archive 2004 to 2012

Specialised Projects => Assembler/Compiler Technology => Topic started by: hutch-- on December 29, 2005, 02:23:59 AM

Title: Word list jump table tool
Post by: hutch-- on December 29, 2005, 02:23:59 AM
This tool automated a list of unique words and produces a procedure with a built in jump table so that the input number to the procedure jumps to the correct label and executes whatever replicated code is written there. It is aimed at removing a lot of hack work building jump tables to handle words. It sorts the selected word list and numbers it and saves it to disk as "numbered.txt".

It has a sample mnemonic list for a PIV and a sample of code to replicate in the built in editor.

[attachment deleted by admin]