ECE :: Microprocessors
-
Consider the following statement in FORTRAN 77
Which of the following is correct?
READ*, [X(I) Y(I) = 0, 3, 2] -
Assertion (A): If contents of F register in 8085 are 01010001, it means S = 0, Z = 1, AC= 1, P = 0 and CY = 1.
Reason (R): When an instruction is called from memory, the op. code of instruction is stored in instruction register.
-
An instruction used to set cany flag in a computer is classified as
-
The relational operators allowed in Pascal are
-
In 8086 the instruction ADD AL, CH means
-
In which of the following 8085 instructions is the
CY
flag complemented?
A.
the two 8 bit values in registers AL and CH are added and result placed in register AL
|
B.
the two 8 bit values in registers AL and CH are added and result placed in register CH
|
C.
the two 16 bit values in registers AL and CH are added and result placed in register AL
|
D.
the two 16 bit values in registers AL and CH are added and result placed in register CH
|