8085 Assembly Language Programs
Pages
Home
Program to reverse the order of the bit in a 16 bit number.
Posted by Psycho Programer
On Saturday, December 18, 2010
0 comments
LXI B, 4F3CH
MOV A, B
RRC
RRC
RRC
RRC
MOV B, A
MOV A, C
RRC
RRC
RRC
RRC
MOV C, A
MOV D, B
MOV B, C
MOV C, D
HLT
No comments:
Post a Comment
Newer Post
Older Post
Home
Search
Followers
Most Selled Products
Blog Archive
December
(7)
Popular Posts
Program to find the factorial of a number
Program to genereate Fibonacci Sequence
Program to reverse the order of the bit in a 16 bit number.
Program to add numbers from 1 to 10
Program to multiply 2 Number (4 * 2)
Program to check whether a byte 55h exists in the set or not. If it does, show FF at 8050H, otherwise 00H at 8050H. Data Bytes are stored from memory location 8040H.
Program to EX-OR two 1 byte numbers stored in 8000h & 8001h and store result in 8002h (without using EX-OR instruction)
Downloads
8085 Instruction Set
Total Pageviews
No comments:
Post a Comment