Reference no: EM132213887
Write a short program to copy 12 bytes of data from a SOURCE memory locations to DEST memory locations.
Please follow the specifications below:
Source data size : 12 bytes
Source data starting address: $3000
Destination address start: $30A8
Program start address: $3100
Work memory, TEMP from: $3040
Stack memory, StackSP at: $0080
Design your .asm source file a stand-alone program (same as your homework programs).
Define the labels SOURCE, DEST, TEMP, StackSP and others if you use them.
Initialize the necessary memory locations and registers if they are required for your program to work correctly. Any assumptions you make, state it clearly.
You may ask if you have questions. Shorter programs are preferred for grading.