The MASM Forum

General => The Campus => Topic started by: jj2007 on May 24, 2012, 08:22:24 AM

Title: Tiny IDE for Masm32
Post by: jj2007 on May 24, 2012, 08:22:24 AM
TinyIDE is a 7.0 kBytes editor that offers a little bit more than Notepad, at least to the assembler programmer :biggrin:

Tested OK under Win7-32 and under WinXP with Office11, but the usual disclaimers apply, of course.

To use it, unzip the attachment to a folder on your Masm32 drive, e.g. to \masm32\TinyIDE, and launch TinyIDE.exe. Hit F6 to assemble & run the demo, or F1 to get some help.

Once you got it running, have fun with the sources in \Masm32\examples. Open, for example, \Masm32\examples\unicode_generic\multi_lingual\multi_lingual.asm and hit F6.

If you find typos in the box, open \masm32\examples\unicode_generic\multi_lingual\rsrc.rc and correct them - TinyIDE has no problems with Chinese or Thai...

The source is included: TinyIDE.asc opens best in TinyIDE's "big brother", RichMasm (http://masmforum.com/~masm32/board/index.php?topic=94)
Title: Re: Tiny IDE for Masm32
Post by: dedndave on May 24, 2012, 01:49:05 PM
 :t
Title: Re: Tiny IDE for Masm32
Post by: jj2007 on May 24, 2012, 04:35:03 PM
Just to show off a little bit: Paste this code into TinyIDE and hit F6.
\Masm32\OllyDbg\ollydbg.exe needs to be present :biggrin:

include \masm32\include\masm32rt.inc
.code
start: print "Hello World" ; you will start here in OllyDbg
int 3 ; let's have a look what comes out of "print"
exit
end start

Title: Re: Tiny IDE for Masm32
Post by: Rockphorr on May 24, 2012, 11:13:52 PM
 ::) ::) ::) ::) ::) ::) ::)