News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Tiny IDE for Masm32

Started by jj2007, May 24, 2012, 08:22:24 AM

Previous topic - Next topic

jj2007

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

dedndave


jj2007

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


Rockphorr

 ::) ::) ::) ::) ::) ::) ::)