Motorola MPC823e Reference Manual page 1153

Microprocessor for mobile computing
Table of Contents

Advertisement

Terminology
exception
An error, unusual condition, or external signal that can set a status bit. It may or may
not cause an interrupt, depending on whether or not the corresponding interrupt is
enabled.
execution serialization
Instruction issue is halted until all instructions that are currently in progress complete
execution, all internal pipeline stages and instruction buffers have emptied, and all
outstanding memory transactions have completed.
execution stream
The combination of instructions and data on which the core operates.
fetch serialization
Instruction fetch is halted until all instructions currently in the processor have completed
execution, including the prefetched instructions waiting to be issued. The machine after
fetch serialization is said to be completely synchronized.
half-word
A half-word consists of 2 bytes or 16 bits.
internal bus
The bus connecting the core and system interface unit.
interrupt
The act of changing the machine state register and other parts of the machine state in
response to an exception.
latency
The interval from the time an instruction begins execution until it produces a result that
is available for use by a subsequent instruction.
little-endian
Little-endian byte ordering assigns the lowest address to the lowest-order (rightmost)
eight bits of the scalar. The little end of the scalar, considered a binary number, comes
first in memory.
master
A device on the bus that requests bus ownership and initiates the bus cycles.
memory controller
A functional logic section of the MPC823e. Its primary function is to provide the controls
for the external bus memories and I/O devices.
24-4
MPC823e REFERENCE MANUAL
MOTOROLA

Advertisement

Table of Contents
loading

Table of Contents