Having covered a substantial amount of ARM 64-bit Assembly Language, the next logical step is to read code written by other programmers. Exploring the work of others offers valuable opportunities to expand a repertoire of tips and tricks and to enhance personal coding practices. Several sources provide Assembly Language source code for the ARM processor. Reviewing an Assembly Language routine from the Linux kernel can reveal new optimization techniques.

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

Reading and Understanding Code

  • Stephen Smith

摘要

Having covered a substantial amount of ARM 64-bit Assembly Language, the next logical step is to read code written by other programmers. Exploring the work of others offers valuable opportunities to expand a repertoire of tips and tricks and to enhance personal coding practices. Several sources provide Assembly Language source code for the ARM processor. Reviewing an Assembly Language routine from the Linux kernel can reveal new optimization techniques.