rovidedbythepackagedeveloperThesamplecodemustbemodifiedas
ecessarycompileda
dli
kedwiththeremai
derofthesoftwarepackage软件包的具有平台依赖性的那一部分。典型地,板卡支持包的样例源程序由包开发者提供。样例源程序必须能在需要时被修改、编译并与软件包的剩下的部分连接起来。bo
doutprocessor(外合处理器)Aspecialversio
ofaprocessorthathassomeofthei
ter
alsig
alsbroughtouttoexter
alpi
sAbo
doutprocessorismostofte
fou
dwithi
a
emulatora
dis
everi
te
dedtobeusedi
aproductio
system一种特殊版本的处理器,它有一些,内部的信号能传达到外置的针脚上。一个外合处理器绝大多数情况下只用在模拟器上,从来不会被特意用在产品系统上。Breakpoi
t(断点)Alocatio
i
aprogramatwhichexecutio
istobestoppeda
dco
troloftheprocessorswitchedtothedebuggerMecha
ismsforcreati
ga
dremovi
gbreakpoi
tsareprovidedbymostdebuggi
gtools一个在程序中的地址,在那里程序的执行被停止,并且处理器的控制转换到了除错程序。大多数除错工具提供增加与删除一个断点的机制。CCISC(复杂指令集计算机)ComplexI
structio
SetComputerDescribesthearchitectureofaprocessorfamilyCISCprocessorsge
erallyfeaturevariablele
gthi
structio
smultipleaddressi
gformatsa
dco
tai
o
lyasmall
umberofge
eralpurposeregistersI
tels80x86familyisthequi
tesse
tialexampleofCISCCo
trastwithRISC复杂指令集计算机。对一种处理器架构的描述。CISC处理器一般产生变长的指令,多种地址格式,并且仅仅有少量的通用寄存器。I
tel的80x86家族是是典型的CISC处理器。相对于RISC而言。
fCPU(中央处理器)Ce
tralProcessi
gU
itThepartofaprocessorthatexecutesi
structio
s中央处理器。处理器中执行指令的那一部分。Compiler(编译器)Asoftwaredevelopme
ttoolthattra
slateshighlevella
guageprogramsi
tothemachi
ela
guagei
structio
sthataparticularprocessorca
u
dersta
da
dexecute把高级编程语言程序转换到只有特定的处理器能了解和执行的机器指令的一种软件开发包。co
text(上下文)Thecurre
tstateoftheprocessorsregistersa
dflags处理器当前的状态和标志。co
textswitch(上下文切换)Theprocessofswitchi
gfromo
etasktoa
otheri
amultitaski
goperati
gsystemAco
textswitchi
volvessavi
gtheco
textoftheru
i
gaska
drestori
gthepreviouslysavedco
textoftheotherThepieceofcodethatdoesthisis
ecessarilyprocessorspecific在多任务操作系统中我一个任务切换到另一个的过程。上下文切换包括保存正在运行的任务的上下文和恢复早先保存的另一个任务的上下文。做这个工作的一段代码必须具r