skip to main
|
skip to sidebar
microprocesser
Saturday, September 12, 2009
Right shift bit of data(8085)
Statement:Write a program to shift an eight bit data four bits right. Assume that data is in register C.
Source program:
MOV A, C
RAR
RAR
RAR
RAR
MOV C, A
HLT
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(213)
▼
September
(163)
Top Government and Private Engineering Colleges / ...
T.N.Engineering College(A)
T.N.Engineering College(B)
T.N.College of Engineering (C)
T.N.College of Engineering(D)
T.N.College of Engineering (E)
T.N.Engineering College(F)
T.N.College of Engineering(G)
T.N. College of Engineering (H)
T.N.College of Engineering(I)
T.N.College of Engineering (J)
T.N.Engineering College(K)
T.N.Engineering College(L)
T.N.College of Engineering(M)
T.N.Engineering College(N)
T.N.Engineering College(O)
T.N.Engineering College(P)
T.N Engineering College(R)
T.N. Engineering College(S)
T.N, Engineering College(U)
T.N. Engineering College
T.N.Engineering College ( v)
Roll your NAME
Roll a message - 'HELL0123'
Interfacing of 4x4 matrix keyboard and 4 digit 7 s...
Interfacing of eight 7-segment digits
8 x 4 Matrix Keyboard Interface
8 x 8 Keyboard Interface(With Interrupt signal)
8 x 8 Keyboard Interface(Without Interrupt signal)
Seven Segment Display Interface (Eight Digits
Keyboard interface(64-key-matrix-keyboard)
Stepper Motor Control
Traffic Light Control
Flashing of LEDs
Blink port C bit 0 of 8255
Initialize 8255
Receive message using 8251
Transmit message using 8251
Receive ASCII character through SID pin (8085)
Generate square wave from SOD pin (8085)
Output byte from SOD pin (8085)
HEX to binary conversion(8085)
HEX to Decimal conversion (8085)
ASCII to Decimal Conversion (8085)
Find the ASCII character (8085)
Find the 7-segment codes for given numbers(8085)
Binary to BCD conversion(8085)
2-Digit BCD to binary conversion(8085)
Debug the delay routine (8085)
Generate and display the contents of decimal count...
Generate and display BCD down counter (8085)
Generate and display BCD up counter with frequency...
Generate and display binary up counter (8085)
Multiply two 2-digit BCD numbers (8085)
Subtraction of two BCD numbers (8085)
Add two 4-digit BCD numbers (8085)
Split a HEX data into two nibbles and store it (8085)
Find the Square Root of a given number (8085)
Find the factorial of a number(8085)
Data transfer from one memory block to other memo...
Arrange in DESCENDING Order (8085)
Generate a delay of 0.4 seconds(8085)
Program to generate fibonacci number(8085)
Program to test RAM (8085)
Sub routine to perform the task of DAA(8085)
Divide 16-bit number with 8-bit number using shift...
Multiply two eight bit numbers with shift and add ...
Deleting string in a given array of characters(8085)
Inserting string in a given array of characters (8...
Find the number of negative, zero and positive num...
Add parity bit to 7-bit ASCII characters(8085)
Transfer contents to overlapping memory blocks (8085)
Separate even numbers from given numbers(8085)
Add each element of array with the elements of ano...
Add two decimal numbers of 6 digit each(8085)
Search a byte in a given number (8085)
Find the square of given number (8085)
Calculate the sum of series of odd numbers(8085)
Calculate the sum of series of even numbers(8085)
Arrange in ascending order (8085)
Count number of one's in a number (8085)
Find the largest of given numbers(8085)
Find the negative numbers in a block of data(8085)
Divide a 16 bit number by a 8-bit number(8085)
Multiply two 8-bit numbers(8085)
Calculate the sum of series of numbers(8085)
Alter the contents of flag register in 8085
Left Shifting of a 16-bit data(8085)
Right shift bit of data(8085)
Execution format of instructions(8085)
Unpack a BCD number(8085)
Pack the unpacked BCD numbers(8085)
Finding Two's complement of a number(8085)
Finding one's complement of a number(8085)
Subtract two 16-bit numbers(8085)
Add contents of two memory locations(8085)
Add two 16-bit numbers (8085)
Subtract two 8-bit numbers (8085)
Add two 8-bit numbers (8085)
Exchange the contents of memory locations(8085)
►
August
(45)
►
July
(5)
About Me
microprocesser
View my complete profile
No comments:
Post a Comment