Skip to content

Tag Archives: microprocessor

Problem – Write a program to generate continuous square wave. Use D0 bit to output the square wave. The required waveform is: Explanation – The… Read More
Problem – Write an assembly language program in 8085 microprocessor to show masking of lower and higher nibble of 8 bit number. Example – Assumption… Read More
Problem – Write an assembly language program in 8085 microprocessor to exchange content of HL register pair with DE register pair using PUSH and POP… Read More
Program – Write an assembly language program in 8085 microprocessor to count even numbers in a series of 10 numbers.  Example –    Assumption –… Read More
Problem – Write an assembly language program for calculating the sum of first n natural numbers using 8085 microprocessor. Example – Input : 04H Output… Read More
Problem: Write an assembly language program in 8085 microprocessor to reverse 8-bit numbers.  Example:    Assume that number to be reversed is stored at memory… Read More
Problem – Write an assembly language program to check whether the given 16 bit number is palindrome or not. If number is palindrome then store… Read More
Prerequisite – 8254 Programmable Interval Timer After power-up, the state of the 8254 is undefined. The Mode, count value, and output of all Counters are… Read More
In computers, a subroutine is a sequence of program instructions that perform a specific task, packaged as a unit. This unit can then be used… Read More
Pin diagram of 8086 microprocessor is as given below:    Intel 8086 is a 16-bit HMOS microprocessor. It is available in 40 pin DIP chip.… Read More
When microprocessor receives any interrupt signal from peripheral(s) which are requesting its services, it stops its current execution and program control is transferred to a… Read More
Prerequisite – 8086 program to find Square Root of a number Problem – Write a program to find the square root of a perfect number… Read More
Problem – Write a program to add the content of memory location 2000 : 0500 with content of memory location 3000 : 0600 and store… Read More
Problem – Write an assembly language program in 8085 microprocessor to reverse 16 bit number. Example – Assume 16 bit number is stored at memory… Read More
Problem – Write an assembly language program in 8085 microprocessor to find minimum value of digit in the 8 bit number. Example – Assume 8… Read More

Start Your Coding Journey Now!