Skip to content

Tag Archives: microprocessor

Problem: Write an assembly language program in 8085 microprocessor to find the sum of digits of an 8-bit number.  Example:    Assumptions: Addresses of input… Read More
Prerequisite – Binary to/from Gray Code Problem – Write an assembly language program in 8085 microprocessor to convert binary numbers to gray. Example – Algorithm… Read More
Problem – Write an assembly language code for calculating the nth power of a number using 8085 microprocessor. Example – Input : Base=>02H Exponent=>03H Output… Read More
Problem – Write an assembly language program in 8086 microprocessor to convert an 8 bit BCD number into hexadecimal number. Example – Assumption – Initial… Read More
Problem – Write an assembly level language program to convert 8 bit BCD number to its respective ASCII Code.  Assumptions – Starting address of program: 2000 Input… Read More
Problem – Write a program in 8086 microprocessor to find out the largest among 8-bit n numbers, where size “n” is stored at memory address… Read More
Data transfer instructions are the instructions that transfer data in the microprocessor. They are also called copy instructions. Here is the following is the table showing… Read More
Prerequisite – 8085 program to find 1’s and 2’s complement of 8-bit number Problem – – Write a program to find 1’s and 2’s complement… Read More
Problem – Write a program to find 1’s and 2’s complement of 8-bit number where starting address is 2000 and the number is stored at… Read More
Problem – Write a program to subtract two 16-bit numbers where starting address is 2000 and the numbers are at 3000 and 3002 memory address… Read More
Problem – Write a program to add two 16-bit numbers where starting address is 2000 and the numbers are at 3000 and 3002 memory address… Read More
Introduction : Logical instructions in the 8085 microprocessor are a set of instructions that perform logical operations on data in registers and memory. Logical operations… Read More
Problem – Write a program to multiply two 16-bit numbers where starting address is 2000 and the numbers are at 3000 and 3002 memory address… Read More
Problem – Write an assembly language program in 8085 microprocessor to find square root of a number. Example – Assumptions – Number, whose square root… Read More
Prerequisite – Flag register in 8085 microprocessor The Flag register is a Special  Introduction : The flag register is a 16-bit register in the Intel… Read More