1. Consider the following program segment written for 8085 based system LXI SP, FFFFH
MVI A, FFH
MOV BB, A
K: DCR B
PUSH HL
JNZ K
INR A
LXI H, FFCEH
CPI 20H
LHLDThe contents of accumulator is :





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->The 11th International Meeting of the Communist and Workers Parties jointly hosted by the Communist Party of India-Marxist (CPI-M) and the Communist Party of India (CPI) took place in?....
QA->Consider a Program Graph (PG) with statements as nodes and control as edges. Which of the following is not true for any PG?....
QA->In November 2009, a day after a newspaper published the allegedly leaked contents of the report, the report was tabled in the Indian parliament by the Home Minister, P. Chidambaram. Name of that commission?....
QA->What is social welfare program "Integrated Rural Development Program (IRDP) -1978" intented for ?....
QA->Name the translatory program which translates the high level language into machine language before running the program?....
MCQ->Consider the following program segment written for 8085 based system LXI SP, FFFFH
MVI A, FFH
MOV BB, A
K: DCR B
PUSH HL
JNZ K
INR A
LXI H, FFCEH
CPI 20H
LHLDThe contents of accumulator is :....
MCQ->Consider the program segment written for 8085 based system:LXI S, FFFFHMVI A, 00HMVI B, 0FHSUB BCNC GOLOCMVI A, FFH where in the program subroutine labelled ''GOLOC'' introduces delay of 28 T-states only. How many T-states are required to execute above program statement?....
MCQ->Time delay produced by an instruction code given below using 2 MHz clock is: MVI A, FFH
LOOP: DCR A
JNZ Loop....
MCQ->In 8085 microprocessor system, what will be the total delay provided by the following loop.
MVI A, 11H
LXI B, 12FFH
Delay: DCX B
XTHL
NOP
XRA B
JNZ Delaywhere system clock is operating at 3 MHz.....
MCQ->The following program will receive data from port 1, determine whether bit 2 is high, and then send the number FFH to port 3: READ: MOV A,P1 ANL A,#2H CJNE A,#02H,READ MOV P3,#FFH....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions