Saturday 27 July 2013

Microprocessor Programs

Here is the 8086 programs that might help u for engineers and all other guys who are interested

here the list of programs in the link given below , here all all necessary programs for microprocessor practicals

To find 1’s complement of a number.
Programb1.doc
Program to find 2’s complement of a number.
Programb2.doc
Program to mask lower nibble.
Programb3.doc
Program to mask upper nibble.
Programb4.doc
Program to pack the two unpacked BCD numbers.
Programb5.doc
Program to unpack the packed BCD number.
Programb6.doc
Count the number of 1’s in a register.
Programb7.doc
Add two 8 bit numbers.
Programb8.doc
Subtract two 8 bit numbers
Programb9.doc
To multiply two 8 bit numbers
Programb10.doc
Multiply two 8 bit numbers using successive addition method
Programb11.doc
Multiply two 8 bit numbers using add and shift method
Programb12.doc
Add 8 bit BCD numbers
Programb13.doc
Subtract 8 bit BCD numbers
Programb14.doc
Program to multiply two 8 bit BCD numbers
Programb15.doc
Add two 16 bit BCD numbers
Programb16.doc
Divide 16 bit numbers by an 8 bit numbers
Programb17.doc
Add two 16 bit numbers
Programb18.doc
Subtract two 16 bit numbers
Programb19.doc
Multiply two 16 bit numbers
Programb20.doc
Add two 32 bit numbers
Programb21.doc
Subtract two 32 bit numbers
Programb22.doc
Program for Simulating AAA Instruction
Programb23.doc
Program for Binary-Gray conversion
Programb24.doc
Program For Conversion of BCD to Hex
Programb25.doc
Program For Conversion of Hex to BCD
Programb26.doc
Program for BCD to 7 segment code conversion
Programb27.doc
Program to find 2’s complement of a number
Programb28.doc
To find 1’s complement of a number
Programb29.doc
Transfer a block of N bytes from source to destination
(Non overlapped block transfer)
Programb30.doc
To perform overlapped block transfer for a block of N bytes from
source    to destination
Programb31.doc
Program to sort the numbers in ascending order
Programb32.doc
Program to sort the numbers in descending order
Programb33.doc
Add block of N numbers
Programb34.doc
Program to find Average of block of N bytes
Programb35.doc
To reverse the contents of block of N bytes and transfer them from
source    to destination
Programb36.doc
Program to find maximum number in the array
Programb37.doc
Program to find the number of negative numbers in the array
Programb38.doc
To find and count the number of negative numbers from an array of signed numbers
Programb39.doc
Program for checking the parity of number is Odd or even
Programb40.doc
Program to Add two 3 ´ 3 matrices
Programb41.doc
Program to subtract two 3 ´ 3 matrices
Programb42.doc
To find the square of a number
Programb43.doc
To find the factorial of a number
Programb44.doc
To find the Factorial of a Number using Recursive procedure
Programb45.doc
Program to find LCM of two numbers
Programb46.doc
Program to find the GCD of two numbers
Programb47.doc
To find nCof a number
Programb48.doc
To find Fibonacci series of N given terms
Programb49.doc
Multiply two 16 bit signed numbers
Programb50.doc
Divide 16 bit signed numbers by a 16 bit signed numbers
Programb51.doc
Divide two BCD numbers
Programb52.doc
Add two 8 bit ASCII numbers
Programb53.doc
Subtract two 8 bit ASCII numbers
Programb54.doc
Program for ASCII-Binary conversion
Programb55.doc
Program for Binary-ASCII conversion
Programb56.doc
Program for ASCII-BCD conversion
Programb57.doc
Program for BCD-ASCII conversion
Programb58.doc
Program to compare given strings
Programb59.doc
Program for operation on strings
Programb60.doc
To concatenate Two Strings using Procedure
Programb61.doc
To find the String Length of the given string
Programb62.doc
To Reverse the given string
Programb63.doc
To find the occurrence of substring in the given string
Programb64.doc
Program for case conversion
Programb65.doc
Data block Transfer using string instructions
Programb66.doc

Here the link , go ahead n enjoy

No comments:

Post a Comment