CIS-261 Home http://www.c-jump.com/bcc/

Lab M13. Using Assembly with High-Level Languages


  1. Introduction
  2. Procedure Name Coordination
  3. Calling Conventions
  4. Example Calling ASM Procedure from C++
  5. M13_COPYSTR.ASM
  6. M13_main.cpp
  7. Invoking COPYSTR Procedure from C++
  8. Quick Disassembly Examination of Executable Image
  9. Invoking a C Function from Assembly
  10. Final Project: "Running Total" Calculator
  11. Running Total Prototype
  12. Implementation Overview
  13. Things To Do
  14. What to Submit