Download the app
educalingo
condition code register

Meaning of "condition code register" in the English dictionary

DICTIONARY

PRONUNCIATION OF CONDITION CODE REGISTER

condition code register


GRAMMATICAL CATEGORY OF CONDITION CODE REGISTER

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation
Condition code register is a noun.
A noun is a type of word the meaning of which determines reality. Nouns provide the names for all things: people, objects, sensations, feelings, etc.

WHAT DOES CONDITION CODE REGISTER MEAN IN ENGLISH?

Status register

A status register, flag register, or condition code register is a collection of status flag bits for a processor. An example is the FLAGS register of the x86 architecture. The flags might be part of a larger register, such as a program status word register. The status register is a hardware register which contains information about the state of the processor. Individual bits are implicitly or explicitly read and/or written by the machine code instructions executing on the processor. The status register in a traditional processor design includes at least three central flags: Zero, Carry, and Overflow, which are set or cleared automatically as effects of arithmetic and bit manipulation operations. One or more of the flags may then be read by a subsequent conditional jump instruction or by some arithmetic, shift/rotate or bitwise operation, typically using the carry flag as input in addition to any explicitly given operands. There are also processors where other classes of instructions may read or write the fundamental zero, carry or overflow flags, such as block-, string- or dedicated input/output instructions, for instance.

Definition of condition code register in the English dictionary

The definition of condition code register in the dictionary is a hardware register used for storing the current values of the condition codes.

WORDS THAT BEGIN LIKE CONDITION CODE REGISTER

condition · condition codes · conditionable · conditional · conditional access · conditional discharge · conditional probability · conditional sale agreement · conditionalisation · conditionality · conditionalization · conditionally · conditionate · conditioned · conditioned reflex · conditioned response · conditioned stimulus · conditioned suppression · conditioner · conditioning

WORDS THAT END LIKE CONDITION CODE REGISTER

administer · assister · at-risk register · Bannister · barrister · blister · canister · cash register · faster · finance minister · foreign minister · glister · lister · magister · minister · mister · prime minister · register · sinister · sister · twister

Synonyms and antonyms of condition code register in the English dictionary of synonyms

SYNONYMS

Translation of «condition code register» into 25 languages

TRANSLATOR

TRANSLATION OF CONDITION CODE REGISTER

Find out the translation of condition code register to 25 languages with our English multilingual translator.

The translations of condition code register from English to other languages presented in this section have been obtained through automatic statistical translation; where the essential translation unit is the word «condition code register» in English.
zh

Translator English - Chinese

条件代码寄存器
1,325 millions of speakers
es

Translator English - Spanish

código de condición registro
570 millions of speakers
en

English

condition code register
510 millions of speakers
hi

Translator English - Hindi

हालत कोड रजिस्टर
380 millions of speakers
ar

Translator English - Arabic

كود حالة السجل
280 millions of speakers
ru

Translator English - Russian

состояние Регистр кода
278 millions of speakers
pt

Translator English - Portuguese

registro de código de condição
270 millions of speakers
bn

Translator English - Bengali

শর্ত কোড নিবন্ধন
260 millions of speakers
fr

Translator English - French

registre de code de condition
220 millions of speakers
ms

Translator English - Malay

Daftar kod keadaan
190 millions of speakers
de

Translator English - German

Anzeigenregister
180 millions of speakers
ja

Translator English - Japanese

コンディションコードレジスタ
130 millions of speakers
ko

Translator English - Korean

조건 코드 레지스터
85 millions of speakers
jv

Translator English - Javanese

Registrasi kode kondhisi
85 millions of speakers
vi

Translator English - Vietnamese

mã điều kiện đăng ký
80 millions of speakers
ta

Translator English - Tamil

நிபந்தனை குறியீடு பதிவு
75 millions of speakers
mr

Translator English - Marathi

अट कोड नोंदणी
75 millions of speakers
tr

Translator English - Turkish

Durum kod kaydı
70 millions of speakers
it

Translator English - Italian

registro condizione di codice
65 millions of speakers
pl

Translator English - Polish

Kod stan rejestru
50 millions of speakers
uk

Translator English - Ukrainian

стан Регістр коду
40 millions of speakers
ro

Translator English - Romanian

Codul stare registru
30 millions of speakers
el

Translator English - Greek

κωδικός κατάστασης μητρώο
15 millions of speakers
af

Translator English - Afrikaans

voorwaarde kode register
14 millions of speakers
sv

Translator English - Swedish

villkorskod registret
10 millions of speakers
no

Translator English - Norwegian

tilstand koderegister
5 millions of speakers

Trends of use of condition code register

TRENDS

TENDENCIES OF USE OF THE TERM «CONDITION CODE REGISTER»

Principal search tendencies and common uses of condition code register
List of principal searches undertaken by users to access our English online dictionary and most widely used expressions with the word «condition code register».

Examples of use in the English literature, quotes and news about condition code register

EXAMPLES

10 ENGLISH BOOKS RELATING TO «CONDITION CODE REGISTER»

Discover the use of condition code register in the following bibliographical selection. Books relating to condition code register and brief extracts from same to provide context of its use in English literature.
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 ...
Han-Way Huang, 2009
2
Write Great Code
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).
Randall Hyde, 2006
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, ...
G. Jack Lipovski, 2004
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 ...
John Park, 2003
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 ) ...
Patrick Schaumont, 2012
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 ...
Sunil Mathur, 2010
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 ...
Günter Böckle, 1995
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,  ...
G. Jack Lipovski, 1999
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.
Alan Clements, 2006
REFERENCE
« EDUCALINGO. Condition code register [online]. Available <https://educalingo.com/en/dic-en/condition-code-register>. May 2024 ».
Download the educalingo app
EN