Page 1 of 1

windows assembly programming

Posted: Wed Mar 12, 2003 9:40 pm
by Mr_Spam
now that i've learned alot of asm, i'm intrested in programming more with it. does any one know of any docs or tutorials on windows assembly language programming? I'd like to make the same programs that u can make in say VC++ or VB in asm eventually.

Re:windows assembly programming

Posted: Wed Mar 12, 2003 10:51 pm
by fstream

Re:windows assembly programming

Posted: Thu Mar 13, 2003 10:38 am
by Tim
Mr_Spam wrote:I'd like to make the same programs that u can make in say VC++ or VB in asm eventually.
The operative word here is 'eventually'. The kind of app you could make in a few hours in VB would take you several days in VC++ or several weeks in assembly.