Folks,

As a contribution to our community, we have decided to create a wiki for Win32 ASM. The content can be read and edited by you (yes, you) online. Hope you enjoy working with it. An introduction to Wiki is included on the HomePage. Good luck!

To get to the wiki use the following link:
http://www.asmcommunity.net/board/phpwiki/index.php/HomePage

Regards,
Art
Posted on 2003-10-28 00:16:50 by art_sands
Folks, the bitwise chapter originally submitted by roticv has been updated with a lot more information. Work, however, is still in progress.

Regards,
Art
Posted on 2003-10-28 02:54:43 by art_sands
I just added another chapter on stack. Anyway is there any way to post the code properly? I wish there was a tag like <code> or something like that.
Posted on 2003-10-28 07:35:55 by roticv
Dear roticv,

It's nice that you have taken interest in the book. I'm truly grateful to you for writing. For the question you asked about a tag similar to <code>, you can use the <pre></pre> tags to mark code out from the rest of the matter.

Regards,
Art
Posted on 2003-10-28 12:22:49 by art_sands

Dear roticv,

It's nice that you have taken interest in the book. I'm truly grateful to you for writing. For the question you asked about a tag similar to <code>, you can use the <pre></pre> tags to mark code out from the rest of the matter.

Regards,
Art


Actually, it turns out that <verbatim> and </verbatim> work much better.
I made these changes to the stack article already and added some HLA examples.

Also, it's a good idea to prefix any "[" characters in the text body with "~" so WIKI won't think it's a hyperlink.
Cheers,
Randy Hyde
Posted on 2003-10-28 14:41:37 by rhyde
Thanks Randy, now the code looks more like code (With some minor editing, ie adding some "~"). I was trying to make use of the <pre> tag, but failed terribly because I did not put a CRLF between the <pre> tag and the text.

Let me find what I have wrote and see what I could add....
Posted on 2003-10-28 20:40:32 by roticv
Alright,

Great work folks. Randy, thanx for adding your HLA examples to the book. I was hoping you would do so. And roticv, that was a nice one.

Regards,
Art
Posted on 2003-10-28 22:41:36 by art_sands
Well,

mebbe out of joy or somethin i had to say this to all ya folks. Today's my birthday and i turn 21. Hope life remains ever beautiful.

Regards,
Art
Posted on 2003-10-28 23:52:04 by art_sands
Hey,

First of all: "Happy Birthday!" @ art_sands

And now: Could some mod please make this thread "sticky"? I think this book could be what the ASM community missed 'til today.
Since I'm new to ASM I really hope, this book's gonna help me to understand everything I need to know. Especially the sections stack ( local variables!! ) and registers are difficult to understand. I mean I had a lot of experience in win32 API programming. I get what the stack and the registers are for, but not how to use them. For example when I looked at a DLL function at first, I had problems getting what the whole ebp and esp stuff was for. Except for eax and esp I didn't yet get what all the registers are for!
Long story short: I think what's missing is a bunch of examples, which are commented so you understand the use of all these "tools" ( such as stack and registers )!

I hope that's understandable ( I'm from Germany and my English isn't too good :D )

yaXay
Posted on 2003-10-29 20:22:38 by yaXay
i have a request for someone to please add a section on mono and multi ListView Common Control usage.. thanks
Posted on 2003-10-29 20:43:27 by devilsclaw
art your login/password is in your pmbox (main page at the bottom)
Posted on 2003-10-30 10:35:08 by Hiroshimator