Statement:Write assembly language program with proper comments for the following: A
block of data consisting of 256 bytes is stored in memory starting at
3000H. This block is to be shifted (relocated) in memory from 3050H
onwards. Do not shift the block or part of the block anywhere else in
the memory.
Two
blocks (3000 - 30FF and 3050 - 314F) are overlapping. Therefore it is
necessary to transfer last byte first and first byte last. Source Program:
MVI C, FFH : Initialize counter
LX I H, 30FFH: Initialize source memory pointer 3l4FH
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
0 Comments