Answers About Intel 8085

De ITCG Wiki
Ir a la navegaciónIr a la búsqueda

The accession register is a unique and irreplaceable official administrative document that establishes the museum's legal right of ownership. It contains key in
Read more









Computer Programming



+3








What is the differnce between timer and counter?

Asked by Wiki User



A counter accumulates an unknown quantity of external events over a known interval of time.The measurement of interest is typically frequency when the events ar
Read more









Computers



+2








What was the purpose of the computer?

Asked by Wiki User



The word "computer" originally referred to a person who could do advanced math very quickly. Later, the term was attached to the ENIAC (the first computer) whic
Read more









Software and Www.Gasiks.Com Applications (non-game)



+3








What is data control language?

Asked by Wiki User



AnswerThis is part of SQL. It allows you to control access to the database. 'DCL' commands include-'GRANT' to allow specific users to perform specified tasks'RE
Read more









C Programming



+1








Write a Program for ascending order in 8085 microprocessor?

Asked by Wiki User



Source program :MVI D, Https://Greatwin-Win.De/ COUNT : Initialize counterMVI B, 00 : https://greatwin-win.De/ Initialize variable to store previous numberMVI C, 01 : Initialize variable to store current number
Read more









C Programming



+1








How is the stack and stack pointer work?

Asked by Wiki User



A stack is a data structure in which last item inserted is taken out first . That's why they are known as LIFO (last in first out). Inserting an item in stack i
Read more









Biology



+2








Explain how the properties of life emerge from complex organization?

Asked by Wiki User



First you must understand that the 'properties of life" are the aspects that identify something as living as opposed to not living. -metabolism -thought -indepe
Read more









Microsoft Windows



+3








How do you program the eeprom in pic16f877?

Asked by Wiki User



Part I1. Input data to a pin on the PIC16f877 Micro controller2. Take data from the pin and store it in a variable3. Write data from the variable to EEPROMPart
Read more









Electronics Engineering



+2








Write program to divide two number using 8085 microprocessor?

Asked by Wiki User



LDA 9000H MOV B,A LDA 9001H MOV E,A MVI C,00H MOV A,B LOOP : INR C SUB E JNZ LOOP ADD E DCR C STA 9002H MOV E,A STA 9003H Input the 2 numbers in 9000 & 9001
Read more









C Programming



+1








How do you write a program to arrange the numbers in ascending order using 8085 microprocessor?

Asked by Wiki User



MVI B, 09 : Initialize counter START : LXI H, 2200H: Initialize memory pointer MVI C, 09H : Initialize counter 2 BACK: MOV A, M : Get the number INX H : Increme
Read more









Software Engineering



+2








Difference between direct and indirect address instruction?

Asked by Wiki User



the different between direct and indirect adress instruction