News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Coder's Studio

Started by Manos, March 08, 2011, 08:00:08 PM

Previous topic - Next topic

Manos

There are many IDEs for Assembly language.
All are very goods.
It is up to user to choose one of these in proportion of their preferences.
This is another IDE similar to Visual Studio 6.0.
I choosed the Visual Studio 6.0 style, because I use Visual Studio since 1998 and I like its style.
The IDE support MASM compatible Assemblers only.
That is, it supports MASM, JWASM and POASM.
This version is Demo. Some menus are disabled, because I am interesting for the basics for now.
Later, I 'll add the rest works.
The IDE does not affect the Registry.
Before use the IDE, read the readMe.txt.

Any suggestion will be welcome.
I would like to thank Steve Hutcheston, (Hutch) and Vortex, for their suggestions before this IDE become ready.
Also, I would like to thank japheth for his excellent JWASM that I have included in my package.
I hope that my effort will help programmers.

Manos.

Note:
I tried to upload here the IDE, but I can not to do this because the file size is bigger
than the forum allow.
Therefor, you can download this from my site.

jj2007

Only registered users can view and download the files attached to this post
::)

Vortex

Version 1.0 released
=============

- Procedures, structures and macros can expanded or collapsed.

- The combo box on the main toolbar shows the procedures of the active source window.
  The user can select the name of a procedure to appear on the top of the source window.

- Fixed some bugs.

For the next release, autocompletion feature and autolist members are planned.