[计] 微码
文章详细信息 关键词: 网络处理器;;IPV4;;转发;;微码 [gap=290]Keywords: network processor;IPV4;transformation;microcode
[计] 微代码
微代码(Microcode):用简单的硬件操作来模拟当时无法用技术直接实现的复杂指令.
微编码
... microcircuitmanufacturing微电路制造 microcode微编码 microcolormeter显微比色计,显微色度计 ...
[计] 微指令
一般CPU 为了处理较 复杂的指令, 其内 部有颗ROM , 储存著微指令(Microcode) , 当CPU 接收指令时, 将较长且复杂的指令解码, 以好几个微 指令去执行。
microcode:
micro- + code
Microcode is a layer of hardware-level instructions that implement higher-level machine code instructions or internal state machine sequencing in many digital processing elements. Microcode is used in general central processing units, in more specialized processors such as microcontrollers, digital signal processors, channel controllers, disk controllers, network interface controllers, network processors, graphics processing units, and in other hardware.Microcode typically resides in special high-speed memory and translates machine instructions, state machine data or other input into sequences of detailed circuit-level operations. It separates the machine instructions from the underlying electronics so that instructions can be designed and altered more freely. It also facilitates the building of complex multi-step instructions, while reducing the complexity of computer circuits. Writing microcode is often called microprogramming and the microcode in a particular processor implementation is sometimes called a microprogram.More extensive microcoding allows small and simple microarchitectures to emulate more powerful architectures with wider word length, more execution units and so on, which is a relatively simple way to achieve software compatibility between different products in a processor family.Some hardware vendors, especially IBM, use the term "microcode" as a synonym for "firmware". In that way, all code within a device is termed "microcode" regardless of it being microcode or machine code; for example, hard disk drives are said to have their microcode updated, though they typically contain both microcode and firmware.