long a = 33; for (int i = 0; i < 64; i++) { System.o … Continue reading Java右移每32位(64位)循环
月度归档: 2018 年 11 月
深入理解计算机系统(第三版)/ CSAPP 杂谈,第3章:程序的机器级表示
x86-64寄存器起名:8位,%al;16位,%ax;32位,%eax;64位,%rax x86-64寄存器作 … Continue reading 深入理解计算机系统(第三版)/ CSAPP 杂谈,第3章:程序的机器级表示