Control System by Norman Nise Sixth Ed
Control System by Norman Nise Sixth Ed
Reg.No 24MEA0018
L33+L34
Course Code MAME502P Slot & Semester
FALL ~ 2024-25
Date of
Date of Exp. 24/07/2024 10/08/2024
Submission
Inferences:
1. The string data is transferred from code space to RAM location.
2. The DPTR points to the source memory location, and another pointer to point to the destination
memory location.
3. After transferring each byte, pointer is incremented to the next byte in the string.
Result:
The 8051 ALP to perform string transfer from code space to RAM location is executed using keil
software.
Inferences:
1. The string data is transferred from code space to RAM location.
2. The data is transferred from one part of RAM location to another part of RAM location.
3. Two looping instruction is used in the program to transfer the data.
Result:
The 8051 ALP to perform string transfer from code space to RAM location and to transfer from
one part of RAM location to another part of RAM location is executed using keil software.