20 likes | 179 Views
ECE447: Class Exercise 12 Programming in assembly language. Write a function in assembly language of 68HC11 that transfers 128 bytes of data starting at address $2000 to the block of memory starting at address $6000. Write the following two versions of this function:
E N D
ECE447: Class Exercise 12 Programming in assembly language • Write a function in assembly language of 68HC11 • that transfers 128 bytes of data starting at address $2000 • to the block of memory starting at address $6000. • Write the following two versions of this function: • Transfer of data byte-by-byte • Transfer of data word-by-word • Compare the execution time and the memory size • of both functions vs. the execution time and memory size • of equivalent functions written entirely in C.