CPU Architectures
有5种指令集最为常见,它们构成了处理器领域的5朵金花。
- x86——硕大的大象
- ARM——稳扎稳打的蚁群
- MIPS——优雅的孔雀
- Power——昔日的贵族
- C6000——偏安一隅的独立王国
This article is about the collection of datasheet/textbooks/references on the three major mainstream CPUs.
有5种指令集最为常见,它们构成了处理器领域的5朵金花。
This article is about the collection of datasheet/textbooks/references on the three major mainstream CPUs.
对于无符号整数,一般来说,所有的数位都被用来表示数值。
对于带符号整数,数位被划分为符号位(只能占一位)与数值位(剩余的其它位)。
符号位的权值有不同的解释: