Whats new:
----------------
o Fixed bug where closing Project Groups dialog using [X] made RadASM menu not responding.
o Fixed bug where clicking left and right mouse buttons at the same time on a toolbar button
made RadASM hang.
o CreateProtoEx addin now supports C/CPP
o Improved CppParse to better support CreateProtoEx addin.
o Alex has updated the CodeSize addin.
Get it here:
http://radasm.cherrytree.at/
Firs time installers or updating from an older version should get the complete package:
http://radasm.cherrytree.at/download/?did=40
KetilO
KetilO
Awesome! Keep the great updates coming! :U
:U
filefullpath: \SimEd\RAEdit\Paint.asm
linenumber: 386.while byte ptr [esi+edi]==VK_TAB && edi<[esi].CHARS.len
is this a bug? :8)
i think it should be:.while byte ptr [esi+edi]==VK_TAB && edi<[esi-sizeof CHARS].CHARS.len
linenumber: 416.while byte ptr [esi+edi]==VK_SPACE && edi<[esi].CHARS.len
i think it is wrong, and it should be:.while byte ptr [esi+edi]==VK_SPACE && edi<[esi-sizeof CHARS].CHARS.len
Thanks UtillMasm
You are absolutly right.
KetilO