<<< Introduction to 80x86 Assembly Language | Index | Useful books, in no particular order >>> |
Such secrets have been revealed to me that all I have written now appears of little value.
St. Thomas Aquinas, December 6, 1273.
Useful links: Microsoft MASM Programmer's Guide Assembly-Language Development System v6.1, also at another location
MASM Reference Guide can be downloaded there, too.
More here: Assembly Technical Documentation in PDF and MS Word format
Intel and Microsoft MASM 6.1 Documentation
A web page with a variety of assembler source code
Intel 80x86 Conditional and Unconditional Branching Examples
Intel 80x86 Boolean and Arithmetic Instruction Examples
You can get Microsoft's Macro Assembler free: download Microsoft Windows Driver Development Kit (DDK), which contains both assembler and linker. Also, download Microsoft's Debugging Tools for Windows 32-bit Version.
Take a look at Sivarama P. Dandamudi textbook info, Introduction to Assembly Language Programming , From 8086 to Pentium. Homepage includes free downloadable Microsoft assembler, MASM , and student slides.
Last, but not least, Microsoft Macro Assembler Reference MSDN resource.
<<< Introduction to 80x86 Assembly Language | Index | Useful books, in no particular order >>> |