Skip to content

Tag Archives: microprocessor

Problem – Write a program to find the min value in a given array in assembly 8086 microprocessor  Example – Assumptions – Starting address of… Read More
Prerequisite – 8085 program to find the factorial of a number Problem – Write an assembly language program for calculating the factorial of a number… Read More
Problem – Write a program to move blocks of bits from source location starting at 2500 to destination location starting from 2600 where size of… Read More
Problem – Write a program to subtract two 8-bit numbers with or without borrow where first number is at 2500 memory address and second number… Read More
Problem – Write an assembly language program in 8085 microprocessor to find maximum and minimum of 10 numbers.  Example –   Minimum: 01H, Maximum: FFH In… Read More
Problem – Write a program in 8086 microprocessor to find out the addition of two 8-bit BCD numbers, where numbers are stored from starting memory… Read More
Problem – Assembly level program in 8085 which converts a binary number into ASCII number. Example – Assumptions – Binary number which have to convert… Read More
Branching instructions refer to the act of switching execution to a different instruction sequence as a result of executing a branch instruction.  The three types… Read More
Problem – Write an assembly language program in 8085 to search a given number in an array of n numbers. If number is found, then… Read More
Problem – Write an assembly language program in 8085 microprocessor to find square of 8 bit number. Example – Assumption – Addresses of input data… Read More
Problem – Write an assembly language program in 8085 microprocessor to check whether the 8 bit number which is stored at memory location 2050 is… Read More
Problem: Write an assembly language program to swap two 8-bit numbers stored in an 8085 microprocessor.  Assumption: Suppose there are two 8-bit numbers. One 8-bit… Read More
Problem – Write an assembly language program to add three 16 bit numbers stored in register HL, DE, BC and store the result in DE… Read More
Problem – Write an assembly language program in 8085 microprocessor to access Flag register and exchange the content of flag register F with register B. … Read More
Problem – Write a program in 8086 microprocessor to sort numbers in ascending order in an array of n numbers, where size “n” is stored… Read More