Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Easy Coder (MASM IDE) (https://forum.exetools.com/showthread.php?t=4567)

Rhodium 07-07-2004 12:57

Easy Coder (MASM IDE)
 
Hey guys,

Ever try this program? It's an alternative to Radasm.

What do you think of it? It looks like a VB interface for MASM.


http://www.easycoder.org/English/index.htm


.

azsd 07-07-2004 13:37

try using....
strange interface....
not so prefessional of Radasm,
but some there are feathers that radasm none have.

BiMode 07-07-2004 14:16

Looks nice!
But the downside is infrequenly updated or bugfixed. :rolleyes:

Rhodium 07-07-2004 15:32

Quote:

Originally Posted by BiMode
Looks nice!
But the downside is infrequenly updated or bugfixed. :rolleyes:

It's still a beta.

fantast_xue 07-09-2004 21:04

I wondered why no person to make the vc support asm with add-in? :confused:

Lunar_Dust 07-09-2004 22:07

VC++ already supports asm code, in MASM style.

just do like so:

_asm
{


// asm code here..


}

or you can just :

_asm mov eax, 0x06
_asm *****


If you don't like that, but wish to use MASM totally, you can reconfigure VC IDE anyway, with custom build commands, etc, for .asm files. Not that big of deal. I don't think Easy Coder lets you double click on resource buttons, etc , anyway, for code entry.

-Lunar

fantast_xue 07-18-2004 10:16

O, so sorry to lead you to misread my words. I've known how to build asm code(inline and raw) in vc. I want to say why not to make an syntax highlighting add-in for asm? :D


All times are GMT +8. The time now is 02:26.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX