Home
About
Blogs
Home
Mega Menu
Facebook
Random Posts
3/random/post-list
Popular Posts
POWER PLANT ACOUSTICS
March 15, 2014
Math Review Contains information on the mathematical skills and concepts likely to be tested on the GRE General Test
February 02, 2013
March 08, 2012
Contact form
Name
Email
*
Message
*
Home
Dhruvang Suthar
March 08, 2012
Split a HEX data into two nibbles and store it
Statement
:
Write a simple program to Split a HEX data into two nibbles and store it in memory
Source program :
LXI H, 4200H
: Set pointer data for array
MOV B,M
: Get the data in B-reg
MOV A,B
: Copy the data to A-reg
ANI OFH
: Mask the upper nibble
INX H
: Increment address as 4201
MOV M,A
: Store the lower nibble in memory
MOV A,B
: Get the data in A-reg
ANI FOH
: Bring the upper nibble to lower nibble position
RRC
RRC
RRC
RRC
INX H
MOV M,A
: Store the upper nibble in memory
HLT
: Terminate program execution
Post a Comment
0 Comments
Social Plugin
Certificate of Completion
Certificate No.CERT001561786-EMI
🇮🇳Welcome To My Blogs.🇮🇳
🥇BE-Electrical🥈 PGDM-Marketing. 🥉Data Scientists. 🏅MEP-Electrical.
Total Pageviews
This Page is a little effort to make you Sharing of some own materials .This is just a Kick-Start to make the aware of Practical World !!! Best of luck.-DHRUVANG SUTHAR
Close Menu
0 Comments