Freescale code warrior HCS12 assembly language ocate two 6-byte arrays, sarray a
ID: 3872019 • Letter: F
Question
Freescale code warrior HCS12 assembly language
ocate two 6-byte arrays, sarray ano ara ol memory and initi ·lize the array, sarray, with the numbers, $10, $30, $50, $70. $90 and SB0. Write a program which copics the contents of sarray into darray in the same order. That is, the first byte of sarray is copied into the first byte of darray, the second byte into the second byte, etc. Copying must be done one byte at a time. You are required to use all of the 4 addressing modes, i.e., extended, constant offset indexed, register offset indexed and auto-increment/decrement indexed addressing modes ay, in thcExplanation / Answer
ANSWER::