QUE SIGNIFIE CONDITION CODE REGISTER EN ANGLAIS
Registre d'état
Un registre de statut, un registre de drapeau ou un registre de code de condition est une collection de bits d'indicateur d'état pour un processeur. Un exemple est le registre FLAGS de l'architecture x86. Les drapeaux peuvent faire partie d'un registre plus grand, tel qu'un registre de mot d'état de programme. Le registre d'état est un registre matériel qui contient des informations sur l'état du processeur. Les bits individuels sont implicitement ou explicitement lus et / ou écrits par les instructions du code machine exécutées sur le processeur. Le registre d'état dans un design de processeur traditionnel comprend au moins trois drapeaux centraux: Zéro, Carry et Overflow, qui sont définis ou effacés automatiquement comme effets d'arithmétique et de manipulation de bits. Un ou plusieurs des drapeaux peuvent ensuite être lus par une instruction de saut conditionnel subséquent ou par une opération arithmétique, de changement / rotation ou bit à bit, généralement en utilisant l'indicateur de transport comme entrée en plus de tous les opérandes explicitement donnés. Il existe également des processeurs où d'autres classes d'instructions peuvent lire ou écrire les drapeaux fondamentaux de zéro, de transport ou de débordement, tels que les instructions d'entrée / sortie de bloc, de chaîne ou dédiées, par exemple.
définition de condition code register dans le dictionnaire anglais
La définition du registre de code de condition dans le dictionnaire est un registre matériel utilisé pour stocker les valeurs actuelles des codes de condition.
MOTS EN ANGLAIS EN RAPPORT AVEC «CONDITION CODE REGISTER»
condition code register ·
condition ·
code ·
register ·
bits ·
uses ·
status ·
flag ·
collection ·
processor ·
example ·
flags ·
architecture ·
might ·
part ·
larger ·
such ·
program ·
word ·
hardware ·
which ·
contains ·
information ·
about ·
state ·
individual ·
implicitly ·
setting ·
negative ·
changed ·
fact ·
that ·
this ·
occurred ·
could ·
remembered ·
remains ·
until ·
another ·
affects ·
codes ·
five ·
indicators ·
inside ·
mines ·
colorado ·
school ·
microcomputer ·
interfacing ·
professor ·
william ·
hoff ·
registers ·
addressing ·
modes ·
during ·
table ·
from ·
data ·
structures ·
flow ·
control ·
holds ·
result ·
most ·
recently ·
executed ·
reference ·
computing ·
used ·
storing ·
current ·
values ·
collins ·
complete ·
meaning ·
experimental ·
mint ·
found ·
acronyms ·
encyclopedia ·
computer ·
science ·
system ·
usually ·
important ·
know ·
order ·
10 LIVRES EN ANGLAIS EN RAPPORT AVEC «CONDITION CODE REGISTER»
Découvrez l'usage de
condition code register dans la sélection bibliographique suivante. Des livres en rapport avec
condition code register et de courts extraits de ceux-ci pour replacer dans son contexte son utilisation littéraire.
1
The HCS12 / 9S12: An Introduction to Software and Hardware ...
The contents of the condition code register are shown in Figure 2.8. The shaded
characters are condition flags that reflect the status of an operation. The
meanings of these condition flags are as follows: S X I 7 6 5 4 3 2 1 0 H N Z V C
Figure ...
4.3.3.1 Condition-Code Registers The condition-code register is 32 bits wide, but
it is actually a collection of eight 4-bit registers (named CR0, CR1, ..., CR7) that
hold the status of a previous computation (e.g., the result of a comparison).
3
Introduction to Microcontrollers: Architecture, Programming, ...
... implemented by combinations of other move instructions. Because there is no
instruction to “load” the condition code register, it can be loaded through
accumulator A or B with the TFR instruction. For example, to put 3 into the
condition code, ...
4
Practical Embedded Controllers: Design and Troubleshooting ...
It is said that the difference between the amateur and professional assembly
language programmer is that the professional programmer pushes the use of the
condition code register to its limits. The 8-bit condition code register is a function
of ...
5
A Practical Introduction to Hardware/Software Codesign
Table 6.3 Effect of the micro-instruction register and condition-code register on
conditional jump instructions Cycle CSAR Micro-instruction register N 3 N+1 4
CSTORE(3) = TEST R0 sets Z-flag N+2 5 CSTORE(4) = JZ 10 N+3 10 CSTORE(5
) ...
6
Thesaurus of Claim Construction
Patentee: A unit used to access a condition code register. Infringer: Component
that determines whether the condition code value is fetched or delivered based
on an instruction field. Condition code register A specialpurpose registerfor ...
Robert C. Kahrl, Stuart B. Soffer, Stuart Soffer,
2010
7
Microprocessor 8085 and Its Interfacing
Condition code register The condition code register is nothing but the flag
register of MC 6800. The condition code register indicates the results of an
arithmetic logic unit operation. The bit pattern of condition code register is shown
in Figure ...
8
Exploitation of Fine-Grain Parallelism
The compare operations write to the condition-code register of the PE they are
executed on. • The main features of VLJW machines can only become evident if
several conditional branch operations can be processed in parallel. The branch ...
9
Single and Multi-Chip Microcontroller Interfacing: For the ...
TAB moves the contents of accumulator A to accumulator B without changing A.
Similarly TBA moves B to A, TAP moves A to the condition code register, and TPA
moves the condition code register to A. TSX moves SP to X, TXS moves X to SP,
...
10
Principles of Computer Hardware
CCR ALU f(A,B) Condition code register The word in the CCR indicates whether
the last operation gave a zero or a negative result or whether a carry was
generated Figure 7.3 Information paths in the CPU and conditional instructions.