I have an assignment and i need help in it i need to write a program in assembly for 8085 microprocessor and its very dificult can u please help me??????????
Here is the question
Rearranging Bytes
16 bytes are residing in locations starting from 2400H. Transfer those bytes in locations starting from 2500H in such a way that 1st 8 bytes in the 1st block should appear at last 8 locations of the 2nd block and the last 8 bytes in the 1st block at 1st 8 locations of the 2nd block.
Thanks...........
EngBalsam 0 Newbie Poster
Recommended Answers
Jump to PostDo you mean if we have 16 bytes,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
then rearrage them
9, 10, 11, 12, 13, 14, 15, 16, 1, 2, 3, 4, 5, 6, 7, 8
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.