If the memory chip size is 256 x 1 bits, the no. of chips required to make up 1 K (1024) bytes of memory are ____
The memory map of a 4 K(4096) byte memory chip begins at the location 2000 H. What will be the last address location on the chip.
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Q.
In the given figure address range of memory chip will be
Q.
If in the previous question if input to NAND gate is given directly without using NOT gate then what will be the address range.
MOV B, M
the addressing mode and number of T-states required for execution of above instruction is
3000 : MVI D, 30H
3002 : MVI E, 01H
3004 : LDAX D
3005 : CPI 40H
3007 : HLT
When above instructions (program) is executed what will be content of A and status of flag CY and Z.
Mathematical function performed by the following instructions:
MVI A, 07H
RLC
MOV B,
A RLC
RLC
ADD B
What will be content of accumulator after execution of following instructions. Also what will be sign and carry flag.
MVI A, 79H
ANI A,
FOH
RRC
RRC
RRC
RRC
Specify the accumulator content and flag status (S, Z, CY) as the following instructions are executed.
XRA A
MVI B, 4AH
SUI 4FH
ANAB
HLT
20FC : MVIB,
20H 20FE : MVI C, FFH
2100 : LDAXB
ADD C
JC display
MOV A, C
OUT 01H
HLT
display : OUT 01H
MVI A, 17H
LOOP:ORA A
RRC
JNC LOOP
How many times the loop will be executed in above program,
LXI SP, 209FH
MVI C, OOH
PUSH B P
OPPSW
RET
Q.
The function of above subroutine is
LXI SP, 209FH
MVI C, OOH
PUSH B P
OPPSW
RET
Q.
What will be the stack pointer after the execution of given subroutine in previous question?
Given:
MVI A, OEH
SIM
In above subroutine which one of the following interrupt is enabled?
Initially the memory is given as above.
LX I SP, 30FAH
POP D
LHLD 30FCH
SPHL
LDAXD
MOVC, A
INXD
LDAXD
MOV B, A
HLT
After the execution of following program which of the following is true.
LX I B,2384H
LOOP: DCX B Clock frequency
MOV A, C is 2 MHz.
ORAB
JNZ LOOP
The delay provided by above set of instructions, neglecting delay due to LXI instruction is _____________msec
Identify the contents of the memory location XX65H and the status of the flags S, Z, CY when the instruction INR M is executed.
LX I H,XX65H
MVI M, FFH
INR M
HLT