Reading and Understanding Code
摘要
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.