News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Radasm Codesize Addin

Started by ragdog, March 07, 2018, 06:20:19 AM

Previous topic - Next topic

ragdog

Hello

I found on old Masm32 board Radasm Codesize Addin.

http://www.masmforum.com/board/index.php?PHPSESSID=f423fc09e888cbeea447549eef9a8915&topic=6880.0

Is this addin Open source?
If yes can any share this?

Regards,

HSE

Hi Ragdog!
In the Radasm section of "rarely used projects" You can find the last version from Fearless. If remember well all addins' codes are in the full package.

Equations in Assembly: SmplMath

ragdog

Hello

Sure i have look first in the Radasm section but i cannot found any source from Codesize
only the compiled dll for Radasm2.

Greets,

jj2007

There is a CodeSize macro in MasmBasic. Just search MasmBasic.inc, it's fairly simple.

ragdog

Hello Jochen

I know it with macros like your macro
http://masm32.com/board/index.php?topic=6163.msg66974#msg66974


or code (set lables and Endcode - Startcode)


StartCode::
invoke GetTickCount
xor eax,eax
EnCode::
mov eax,offset EnCode-StartCode
invoke printf,chr$ (" %02d",CR,LF),eax


But from Radasm2 is nice i can see the code size in editor.