FY-3-b Easy 8085 program to Unpack the BCD number and store the two digits in memory locations

Unpack the BCD number itvoyagers

8085 program to Unpack the BCD number and store the two digits in memory locations 4300H and 4301H such that memory location 4300H will have lower BCD digit.

FY-2-d Easy Add content of two memory locations and store the result in third memory location

Add content of two memory locations - itvoyagers

Add content of two memory locations : Simple program Add the contents of memory locations 40001H and 4002H and place the result in the memory locations 4003H.

FY-2-c Easy 8085 program to Add 16-bit number in memory locations

8085 program to Add 16-bit number in memory locations - itvoyagers

8085 program to Add 16-bit number in memory locations : Add the 16-bit number in memory locations 4000H and 4001H to the 16-bit number in memory locations 4002H

FY-2-a Subtract content of one memory location from another and store the result in third memory location

subtract-content-of-one-memory-location-from-another-itvoyagers

Subtract content of one memory location from another: Subtract the contents of memory location 4001H from the memory location 2000H
and place the result in 4002

FY-1-a Easy program to store one byte data into memory location

program-to-store-the-data-byte-into-memory-location-itvoyagers

Program to Store one byte data into memory location : Store the data byte 32H into memory location 0700H. This program will store 8-bit data in memory location.

FY-1-b 8085 program to exchange content of memory locations in easy way

8085-program-to-exchange-content-of-memory-locations-itvoyagers

8085 program to exchange content of memory locations : In this simple and easy 8085 program we will exchange contents between memory location 0700H and 0701H.