CIS-261 Home
http://www.c-jump.com/bcc/
Lab M13. Using Assembly with High-Level Languages
- Introduction
- Procedure Name Coordination
- Calling Conventions
- Example Calling ASM Procedure from C++
- M13_COPYSTR.ASM
- M13_main.cpp
- Invoking COPYSTR Procedure from C++
- Quick Disassembly Examination of Executable Image
- Invoking a C Function from Assembly
- Final Project: "Running Total" Calculator
- Running Total Prototype
- Implementation Overview
- Things To Do
- What to Submit