Hello everyone.
I'm not very good with introductions but here's me introducing myself:
I'm about 26 :) and I've been working in c++ for some time now and i just got this feeling that i want to learn assembly ( not an entirely unexplained feeling since i think that by getting to know assembly and the hardware architecture on some level, you will gain a much deeper understanding of programming ).
While i have a basic understanding of assembly in general i still have a lot to learn when it comes to the layout of the executable itself, calling conventions, data / code segments, etc. This is one of the reasons that until now I've been stuck on using inline assembly in VS here and there.
So i guess I'll be back with a post shortly
PS: any links, references to tutorial or books are welcome :)
Well a hearty welcome to you. You should start by looking over Iczelion's tutorials, they are available at the forum website (http://website.masm32.com/). I also like MadWizard's tutorial (http://www.madwizard.org/download/tutors/win32asmtutorial.zip)
Here is a one-pager with the most common tips, tricks and traps (http://www.webalice.it/jj2006/Masm32_Tips_Tricks_and_Traps.htm) for those who come from other languages.
Welcome to the forum :thumbu
hey, thanks I'll start to look through those tuts.