Write an ALP to perform 8-bit block data transfer
Write an ALP to perform 16-bit block data transfer
Write an ALP to perform 8-bit block data Exchange
Write an ALP to perform 16-bit block data Exchange
Write an ALP to perform multibyte addition and subtraction
Write an ALP to perform 8-bit addition
Write an ALP to perform 8-bit subtraction
Write an ALP to perform 8-bit multiplication
Write an ALP to perform Division of 16 bit number by 8 bit number
Write an ALP to perform 16-bit addition
Write an ALP to perform 16-bit subtraction
Write an ALP to perform 16-bit multiplication
Write an ALP to perform Division of 32 bit number by 16 bit number
Write an ALP to perform 32-bit addition
Write an ALP to perform 32-bit subtraction
Write an ALP to calculate SUM OF SERIES (8-bit)
Write an ALP to perform sum of series of 16-bit number
Finding the factorial of a given number
Finding the Fibonacci series of n terms
Performing - (a + b) * (c + d) and Performing - (a * b) + (c * d)
Matrix addition and subtraction
Write an Assembly Language Program (ALP) to find the smallest and largest number from a given list
Write an ALP to sort the numbers in Ascending and descending Order
Write an ALP to find ONE’S complement of 8 –bit number
Write an ALP to find TWO’S complement of 8 –bit number
Write an ALP to find ONE’S complement of 16 –bit number
Write an ALP to find TWO’S complement of 16 –bit number
MASKING LSB 4-BITS OF 8-BIT NUMBER
MASKING MSB 4-BITS OF 8-BIT NUMBER
MASKING LSB 8-BITS OF A 16-BIT NUMBER
MASKING MSB 8-BITS OF A 16-BIT NUMBER
SHIFT LEFT OF 8-BIT NUMBER
SHIFT RIGHT OF 8-BIT NUMBER
SHIFT LEFT OF 16-BIT NUMBER
SHIFT RIGHT OF A 16-BIT NUMBER
Check whether a number is even or odd
Multiplication by rotation and addition
Perform the following operations on a string
Find the length of a string and Reverse a string
Concatenate two strings and Compare two strings
Search a string for a given substring
Change the case of the string
Copy a string to a given location
Check whether the given string is a palindrome
Write an ALP to find the number of occurrences of a string