o Added auto case convert.
- Add words that you want to case convert to the masmApiWord.api file.
o Added auto block complete.
o Improved dialog editor control selection and moving with snap to grid.
o Fixed menu editor bug if enter key was pressed.
o Fixed dialog editor bug if a control was partially outside the tialog.
How to set own debugger?
Wanna use Olly.
To use an external debugger, add it to MasmEd’s Tools menu.
Use Options / Tools menu and add:
Menu item: Debug
Command: “C:\OllyDbg\OllyDbg” “$.exe”
KetilO
Thanks but it doesn’t work. Olly is always looking for New.exe with that command. If I compile “1.asm” then it should pass “1.exe” as commandline but it’s passing “New.exe”.
Also i see rdtsc is missing in keywords. Maybe you should use all radasm keywords.