The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Topic started by: ravs11 on September 30, 2006, 08:56:37 PM

Title: developin a text editor using MASM 611...
Post by: ravs11 on September 30, 2006, 08:56:37 PM
need suggestions as early as possible....
Title: Re: developin a text editor using MASM 611...
Post by: PBrennick on October 02, 2006, 01:08:36 PM
ravs11,
I would suggest that you download Iczelion's tutorials.  You will find a basic text editor in there.  Then, if there are any functions you need help adding, you can always ask.  Tutorials 33-35 are all editors with different abilities.

Using MASM 6.11 is not going to give you a problem as those examples do not make use of any advanced opcodes.

Also, in the MASM32 example set (exampl02) there is qikpad, a very nice basic editor.  Be sure to look at that one.  riched is also in there in exampl05, this one has more features.

Paul