windows assembly programming

Programming, for all ages and all languages.
Post Reply
Mr_Spam

windows assembly programming

Post 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.
fstream

Re:windows assembly programming

Post by fstream »

Tim

Re:windows assembly programming

Post 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.
Post Reply