;A assembly program to reverse a number.
jmp start
;data
;code
start: nop
mvi e,0f0h; ;no. to be reversed
mvi d,00h; ;result
mvi c,11h; ;masking bits
mvi a,11h; ;to store the current mask
mvi h,04h; ;counter
mvi b,01h;
rev: ana e; ;using the mask
jz end;
mov l,a; ;temp storage for storing the bits
ani 0fh; ;storing the lsb's
mov a,l;
mov l,b;
shift: rrc;
dcr l;
jnz shift;
ora d;
mov d,a;
end: mov a,c;
rlc;
mov c,a;
inr b;
inr b;
dcr h;
jnz rev;
hlt
write it in 8085
program to find prime number in 8085 microprocessor
A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.
Sorting is not a microprocessor specific thing. Sorting requires a program and, as such, is not dependent on which microprocessor is involved.
Either in Assembly or in some high level language/the hex-code (for the mnemonics) that the microprocessor 8085 generally understands.
Sp[[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix|Answer]]ell chec[[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix&action=edit&section=new|Answer it!]]k your answe[[Q/Discuss:Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix|Disc]][[help/answering questions|guidelin]]Spell check your answeresussionr[[help/signing in|full benefits]] Save C[[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix|Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 ]][[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix&action=edit&section=new|Answering 'Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix?']]matrix?ancel[[Q/How many animals are in West Texas|How many animals are in West Texas?]][[Q/How do you increase the number of four wheelers vehicles for servicing in a Service workshop|How do you increase the number of four wheelers vehicles for servicing in a]][[Q/How do you increase the number of four wheelers vehicles for servicing in a Service workshop|How do you increase the number of four wheelers vehicles for servicing in a Service workshop?]] Service workshop?[[Q/How do you increase the number of four wheelers vehicles for servicing in a Service workshop|How do you increase the number of four wheelers vehicles for servicing in a Service workshop?]]More Q&A
8085 is a microprocessor designed by Intel
The '8085' in the 8085 microprocessor is the designation given to the microprocessor by Intel. The '5' means it is a single power supply (5 volt) version of the 8080, with enhancements.
+5v necessary for microprocessor 8085.
8085 is a 8 bit microprocessor designed by Intel Co.
in 8085 microprocessor a subroutine is a separate program written aside from main program ,this program is basically the program which requires to be executed several times in the main program. the microprocessor can call subroutine any time using CALL instruction . after the subroutine is executed the subbroutine hands over the program to main program using RET instruction.
PART - A 10*3=30 1. Define Micro Processor. 2. What is an accumulator. 3. Why Data Bus id Bidirectional? 4. What is Microcomputer? Explain the difference between a microprocessor and microcomputer 5. List the applications of micro computer. 6. What are the advantages of microprocessor based system? 7. Explain the functions of IO/Min 8085. 8. What is Flag? List the flag of 8085. Show the bit positions of various flags in 8085 flag register? 9. Why Address Bus is unidirectional? 10. What are the Interrupts in 8085? PART - B 5*6=30 11. What are Data Transfer Instructions, Write any Instruction. 12. Define the following Terms Compiler, Assembler, Interpreter with example 13. Explain Instructions & Data Format. 14. Explain & Draw a Block Diagram of Computer with the microprocessor as CPU. 15. Explain the Logical Operations. PART - C 4*10=40 16. Explain the Microprocessor Architecture and its operations 17. Explain the various pins of 8085 Microprocessor 18. List the Registers in the 8085 Microprocessor & explain the functions in detail 19. Write a Assembly language program to add two 8 bit numbers 20. Write a Assembly language program to add 16 bit numbers