![]() |
|
#1
|
|||
|
|||
|
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 . |
|
#2
|
|||
|
|||
|
try using....
strange interface.... not so prefessional of Radasm, but some there are feathers that radasm none have. |
|
#3
|
|||
|
|||
|
Looks nice!
But the downside is infrequenly updated or bugfixed.
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
I wondered why no person to make the vc support asm with add-in?
|
|
#6
|
|||
|
|||
|
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 Last edited by Lunar_Dust; 07-09-2004 at 22:09. |
|
#7
|
|||
|
|||
|
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?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|