News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM 2.2.1.8d Released

Started by KetilO, November 20, 2009, 08:38:40 AM

Previous topic - Next topic

KetilO

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

Kyle

Awesome! Keep the great updates coming!  :U

UtillMasm

#2
 :U
filefullpath: \SimEd\RAEdit\Paint.asm
linenumber: 386.while byte ptr [esi+edi]==VK_TAB && edi<[esi].CHARS.lenis 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.leni think it is wrong, and it should be:.while byte ptr [esi+edi]==VK_SPACE && edi<[esi-sizeof CHARS].CHARS.len


KetilO

Thanks UtillMasm

You are absolutly right.

KetilO