windows assembly programming
windows assembly programming
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
http://vx.netlux.org/texts/html/books/icz/
http://203.157.250.93/win32asm/
those are 2 great ones that i like a lot
http://203.157.250.93/win32asm/
those are 2 great ones that i like a lot
Re:windows assembly programming
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.Mr_Spam wrote:I'd like to make the same programs that u can make in say VC++ or VB in asm eventually.