1. Assembly language is written using mnemonics: MVI, DCR, JZ.



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->If in a code language PRINCIPAL is written as MBOQSOMVW and TEACHER is written as FDVSZDB, how is CAPITAL written in that code ?....
QA->A computer program that is used to convert an assembly language to machine language is:....
QA->In a certain code language CINEMA is written as ZLKHJD. How we can write the word AWARDS in the same language?....
QA->Method of cultivating plants without using soil but by using nutrient solution?....
QA->Name the translatory program which translates the high level language into machine language before running the program?....
MCQ->Assembly language is written using mnemonics: MVI, DCR, JZ.....
MCQ->Consider the program segment written for 8085 based system: LXI S, FFFFH MVI A, 00H MVI B, 0FH SUB B CNC GOLOC MVI 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->Which of the following statements are correct about a .NET Assembly? It is the smallest deployable unit. Each assembly has only one entry point - Main(), WinMain() or DLLMain(). An assembly can be a Shared assembly or a Private assembly. An assembly can contain only code and data. An assembly is always in the form of an EXE file.....
MCQ->Assertion (A): Mnemonics are used in assembly level program. Reason (R): Computer cannot understand mnemonics.

....
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
LHLD The contents of accumulator is :....
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 | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution