Essential Computer Architecture For Dummies: A Quantitative Approach
by Engr. Michael David
English | 2021 | ASIN: B08RY7W732 | 194 Pages | PDF | 6 MB
by Engr. Michael David
English | 2021 | ASIN: B08RY7W732 | 194 Pages | PDF | 6 MB
Essential Computer architecture is concerned with balancing the performance, efficiency, cost, and reliability of a computer system. The case of instruction set architecture can be used to illustrate the balance of these competing factors. More complex instruction sets enable programmers to write more space efficient programs, since a single instruction can encode some higher-level abstraction (such as the x86 Loop instruction). However, longer and more complex instructions take longer for the processor to decode and can be more costly to implement effectively. The increased complexity from a large instruction set also creates more room for unreliability when instructions interact in unexpected ways.