The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: KetilO on November 20, 2009, 08:38:40 AM

Title: RadASM 2.2.1.8d Released
Post by: KetilO on November 20, 2009, 08:38:40 AM
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
Title: Re: RadASM 2.2.1.8d Released
Post by: Kyle on November 21, 2009, 12:11:15 PM
Awesome! Keep the great updates coming!  :U
Title: Re: RadASM 2.2.1.8d Released
Post by: UtillMasm on December 05, 2009, 05:16:28 AM
 :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

Title: Re: RadASM 2.2.1.8d Released
Post by: KetilO on December 06, 2009, 02:05:25 PM
Thanks UtillMasm

You are absolutly right.

KetilO