We’ve come to the most challenging, and I think, potentially, the most rewarding point in the course. We’re going to take an algorithm which has been implemented in the C programming language and convert it into assembly language. This demonstrates how C code can be broken down into a much larger quantity of assembly language instructions. It will also demonstrate exactly what actions are performed by each of the components of a C implementation of a structured high-level algorithm.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Sorting an Array of Integers

  • John Schwartzman

摘要

We’ve come to the most challenging, and I think, potentially, the most rewarding point in the course. We’re going to take an algorithm which has been implemented in the C programming language and convert it into assembly language. This demonstrates how C code can be broken down into a much larger quantity of assembly language instructions. It will also demonstrate exactly what actions are performed by each of the components of a C implementation of a structured high-level algorithm.