Skip to content

Category Archives: Computer Organization & Architecture

Introduction: A computer is an electronic device that manipulates information or data. It has the ability to store, retrieve, and process data. Nowadays, a computer can be… 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
General-purpose registers are used to store temporary data within the microprocessor. There are 8 general-purpose registers in the 8086 microprocessor.   1. AX: This is… 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

Start Your Coding Journey Now!