In this post, we will study the Special-purpose registers in the 8085 microprocessor with the help of a bunch of Frequently Asked Questions. Describe the special-purpose registers in 8085 Special-purpose Registers are dedicated to a specific function. The accumulator, flag register, program counter (PC), and stack pointer (SP) constitute the special purpose registers in the […]
8085 microprocesor
General purpose registers of 8085 microprocessor
This post covers a set of FAQs on general-purpose registers of 8085 microprocessor. Describe the general-purpose registers of 8085 microprocessor We know that the registers are all storage areas inside the microprocessor and are used for different purposes. General-purpose Registers are used to store only the data that is being used by the program under […]
Find the largest number in an array of data using 8085 microprocessor
Let’s see how to find the largest number in an array of data using the 8085 instruction set. Algorithm to Find the largest number in an array of data using 8085 microprocessor 1) Load the address of the first element of the array in HL pair2) Move the count to B – reg.3) Increment the […]
Division of Two 8 bit Numbers using 8085 microprocessor
In this post, you will find the required algorithm, & 8085 program code to perform the Division of two 8 bit numbers using the 8085 microprocessor. Also, you will get the observation and result. Algorithm for Division of Two 8 bit Numbers using 8085 1) Start the program by loading HL register pair with the […]
Multiplication of Two 8 bit Numbers using 8085 microprocessor
Multiplication of Two 8 bit Numbers using 8085 microprocessor
Subtraction of Two 8 Bit Numbers using 8085 microprocessor
In this post, you will find the required algorithm, & 8085 program code To perform the Subtraction of two 8 bit numbers using the 8085 microprocessor. Also, you will get the observation and result. Algorithm for Subtraction of Two 8 bit Numbers using 8085 Start the program by loading the first data into Accumulator. Move […]
Addition of Two 8 bit Numbers using 8085 microprocessor
In this post, you will find the required algorithm, & 8085 program code To perform the addition of two 8 bit numbers using the 8085 microprocessor. Also, you will get the observation and result. Algorithm for Addition of Two 8 bit Numbers using 8085 1) Start the program by loading the first data into Accumulator.2) […]