Assembly on Windows 64 bit?

I am looking for any tutorials where I can learn assembly on my windows 7 computer...I only can find Linux Tutorials.
Dr. Paul Carter gets a lot of love when this question comes up: http://www.drpaulcarter.com/pcasm/

There are a few threads around here about getting his examples to work (assemble, compile, link, and run) on Windows, so I strongly recommend you take a look for those.

Another one that people suggest is "the Art of Assembly" (you should be able to search "aoa pdf" on Google and find it [I get it as the first two results]).

If you are looking to buy a book, we used "Assembly Language for x86 Processors Sixth Edition" for our assembly language programming class (that book is the reason that I passed that class): http://www.amazon.ca/Assembly-Language-x86-Processors-Edition/dp/013602212X

Turns out there is a seventh edition: http://www.amazon.ca/Assembly-Language-x86-Processors-Edition/dp/0133769402/ref=dp_ob_title_bk
Thanks for your reply. Why is it that there are so many tutorials for linux but not windows?
There should not be any difference, other than the assembler, between linux and windows as long as the hardware is the same (x86). Assembly does not care about the operating system.
ok cool thanks!
Topic archived. No new replies allowed.