To find 1’s complement of a number.
|
Program1
|
Program to find 2’s complement of a
number.
|
Program2
|
Program to mask lower nibble.
|
Program3
|
Program to mask upper nibble.
|
Program4
|
Program to pack the two unpacked
BCD numbers.
|
Program5
|
Program to unpack the packed BCD
number.
|
Program6
|
Count the number of 1’s in a
register.
|
Program7
|
Add two 8 bit numbers.
|
Program8
|
Subtract two 8 bit numbers
|
Program9
|
To multiply two 8 bit numbers
|
Program10
|
Multiply two 8 bit numbers using
successive addition method
|
Program11
|
Multiply two 8 bit numbers using
add and shift method
|
Program12
|
Add 8 bit BCD numbers
|
Program13
|
Subtract 8 bit BCD numbers
|
Program14
|
Program to multiply two 8 bit BCD
numbers
|
Program15
|
Add two 16 bit BCD numbers
|
Program16
|
Divide 16 bit numbers by an 8 bit
numbers
|
Program17
|
Add two 16 bit numbers
|
Program18
|
Subtract two 16 bit numbers
|
Program19
|
Multiply two 16 bit numbers
|
Program20
|
Add two 32 bit numbers
|
Program21
|
Subtract two 32 bit numbers
|
Program22
|
Program for Simulating AAA
Instruction
|
Program23
|
Program for Binary-Gray conversion
|
Program24
|
Program For Conversion of BCD to
Hex
|
Program25
|
Program For Conversion of Hex to
BCD
|
Program26
|
Program for BCD to 7 segment code
conversion
|
Program27
|
Program to find 2’s complement of a
number
|
Program28
|
To find 1’s complement of a number
|
Program29
|
Transfer a block of N bytes from
source to destination
(Non overlapped block transfer) |
Program30
|
To perform overlapped block
transfer for a block of N bytes from
source to destination
|
Program31
|
Program to sort the numbers in
ascending order
|
Program32
|
Program to sort the numbers in descending
order
|
Program33
|
Add block of N numbers
|
Program34
|
Program to find Average of block of
N bytes
|
Program35
|
To reverse the contents of block of
N bytes and transfer them from
source to destination |
Program36
|
Program to find maximum number in
the array
|
Program37
|
Program to find the number of negative numbers in the array
|
Program38
|
To find and count the number of
negative numbers from an array of signed numbers
|
Program39
|
Program for checking the parity of
number is Odd or even
|
Program40
|
Program to Add two 3 ´ 3
matrices
|
Program41
|
Program to subtract two 3 ´ 3
matrices
|
Program42
|
To find the square of a number
|
Program43
|
To find the factorial of a number
|
Program44
|
To find the Factorial of a Number
using Recursive procedure
|
Program45
|
Program to find LCM of two numbers
|
Program46
|
Program to find the GCD of two
numbers
|
Program47
|
To find nCr of a number
|
Program48
|
To find Fibonacci series of N given
terms
|
Program49
|
Multiply two 16 bit signed numbers
|
Program50
|
Divide 16 bit signed numbers by a
16 bit signed numbers
|
Program51
|
Divide two BCD numbers
|
Program52
|
Add two 8 bit ASCII numbers
|
Program53
|
Subtract two 8 bit ASCII numbers
|
Program54
|
Program for ASCII-Binary conversion
|
Program55
|
Program for Binary-ASCII conversion
|
Program56
|
Program for ASCII-BCD conversion
|
Program57
|
Program for BCD-ASCII conversion
|
Program58
|
Program to compare given strings
|
Program59
|
Program for operation on strings
|
Program60
|
To concatenate Two Strings using
Procedure
|
Program61
|
To find the String Length of the
given string
|
Program62
|
To Reverse the given string
|
Program63
|
To find the occurrence of substring
in the given string
|
Program64
|
Program for case conversion
|
Program65
|
Data block Transfer using string
instructions
|
Program66
|
Thursday, 25 April 2013
8086 Programs List:microprocessors program/practicles list.
Subscribe to:
Post Comments (Atom)
I need the program smallest number in an array
ReplyDelete