Microsoft ® MASM Assembly-Language Development System Version 6.1 For MS-DOS ® and Windows ™ Operating Systems
✍ Scribed by coll.
- Publisher
- Microsoft Corporation
- Year
- 1992
- Tongue
- English
- Leaves
- 504
- Category
- Library
No coin nor oath required. For personal study only.
✦ Table of Contents
Title Page
Copyright
Contents
Introduction
Chapter 1: Understanding Global Concepts
Chapter 2: Organizing Segments
Chapter 3: Using Addresses and Pointers
Chapter 4: Defining and Using Simple Data Types
Chapter 5: Defining and Using Complex Data Types
Chapter 6: Using Floating-Point and Binary Coded
Decimal Numbers
Chapter 7: Controlling Program Flow
Chapter 8: Sharing Data and Procedures Among Modules and Libraries
Chapter 9: Using Macros
Chapter 10: Writing a Dynamic-Link Library For Windows
Chapter 11: Writing Memory-Resident Software
Chapter 12: Mixed-Language Programming
Chapter 13: Writing 32-Bit Applications
Appendix A: Differences Between MASM 6.1 and 5.1
Appendix B: BNF Grammar
Appendix C: Generating and Reading Assembly Listings
Appendix D: MASM Reserved Words
Appendix E: Default Segment Names
Glossary
Index
📜 SIMILAR VOLUMES
A computer-side reference for MS-DOS and Windows programmers. This second edition is updated and expanded to cover recent hardware releases and the latest versions of DOS and Windows. New material includes the latest version of the Lotus/Intel/Microsoft Expanded Memory Specification.
-Access Real mode from Protected mode; Protected mode from Real mode Apply OOP concepts to assembly language programs Interface assembly language programs with high-level languages Achieve direct hardware manipulation and memory access Explore the architeReaders explore the architectural details of