A ASIC(專(zhuān)用集成電路) Application-Specific Integrated CIRCUIT. A piece of custom-designed HARDWARE in a chip. 專(zhuān)用集成電路。一個(gè)在一個(gè)芯片上定制設(shè)計(jì)的硬件。 address bus (地址總線) A set of electrical lines connected to the processor and all of the peripherals withwhich itcommunicates. The address bus is used by the processor to SELECT aspecific MEMORY location or register within a particular peripheral. If the address bus contains n electrical lines, the processor can uniquely address up to 2^n such locations. 一個(gè)連接處理器與所有外設(shè)的,用來(lái)通訊的電子線路集。地址總線被處理器用來(lái)選擇在特定外設(shè)中的存儲(chǔ)器地址或寄存器。如果地址總線有n條電子線路,處理器能唯一尋址高達(dá)2^n的地址空間。 application SOFTWARE(應(yīng)用軟件) Describes SOFTWARE MODULES specific to a particular embedded project. Theapplication SOFTWARE is unlikely to be reusable across embedded platforms, simplybecause each embedded SYSTEM has a different application. 用來(lái)描述一個(gè)特定的嵌入式項(xiàng)目中的某一軟件模塊。應(yīng)用軟件不象可重用的交叉嵌入式平臺(tái),只是因?yàn)槊恳粋(gè)嵌入式系統(tǒng)有不同的應(yīng)用軟件。 assembler(匯編編譯器) A SOFTWARE development tool that translates human-readable assembly languageprograms into machine-language instructions that the processor can understandand execute. 一個(gè)能把人可讀的匯編語(yǔ)言程序轉(zhuǎn)換到處理器可理解和運(yùn)行的機(jī)器指令的軟件開(kāi)發(fā)工具。 assembly language(匯編語(yǔ)言) A human-readable form of a processor"s instruction set. Most processor-specific functions must be written in assembly language. 一種人可讀的處理器指令集的形式。大多數(shù)處理器相關(guān)的功能必須用匯編語(yǔ)言編寫(xiě)。
|