![]() |
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 . |
try using....
strange interface.... not so prefessional of Radasm, but some there are feathers that radasm none have. |
Looks nice!
But the downside is infrequenly updated or bugfixed. :rolleyes: |
Quote:
|
I wondered why no person to make the vc support asm with add-in? :confused:
|
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 |
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 11:23. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX