CPU
A Central Processing Unit (CPU), or sometimes just called processor, is a description of a class of logic machines that can execute computer programs.
Application
Any
Language
Any
License
Any
Hey, you with that old Pentium machine! Don't toss it away because it looks underpowered compared to all the fancy new hardware. It can have a second life as a firewall for your small business or...
Andrew Blais introduces the concept of Beouwulf clusters, which extensively reduce the time to process software by using multiple CPUs executing program fragments in parallel under Linux or NT. He...
Bharata B. Rao offers a guide to the overall use and structure of inline assembly for x86 on the Linux platform. He covers the basics of inline assembly and its various usages, gives some basic...
When a computer is shared between programs that server users, such as IIS or VB forms based programs, and programs that have no user interface, such as background computational programs, the...
Helpful techniques for debugging your Mac OS software using the MacsBug assembly debugger for 68000 and PowerPC code. Some of this I learned while working as a "Debug Meister" for Apple's system...
The Intel Xeon processor introduces a new technology called Hyper-Threading (HT) that, to the operating system, makes a single processor behave like two logical processors. When enabled, the...
This book describes, mainly by coding examples, the code patterns that perform well on PowerPC processors. The book will be particularly helpful to compiler developers and application-code...
What are the differences? Intel continues to hold onto a very large share of the market with their new line of Pentium4 processors. In this article, we'll take a look at why Intel chips are so...
This document contains information to assist programmers in creating optimized code for the AMD Athlon processor. In addition to compiler and assembler designers, this document has been targeted to C...
This manual describes everything you need to know about
optimizing code for the Intel microprocessors, including
Pentium, Pentium MMX, Pentium Pro, Pentium II, and some
information on Pentium...
Complete guide to assembly programing on x86 and the x86
itself. It is very easy to understand for beginers and an
exelent resource for advanced programmers.
I hope the information contained in this document/web page will
assist you in mastering 8051 programming.
If a new CPU speeds up inefficient code, what do you think it will do to efficient code?