68k assembly help

Thread Starter

jekal21ver2

Joined Oct 2, 2007
2
i was wondering if anyone could help me out. im in a microprocessor's class and we have a project due. it is a two part assignment.

1)write a 68K assembly code to move a block of $100 byte of data from memory location $3500 to memory location $4000 using Bcc branch instructions. design a loop to move the data on byte by byte basis.

2)repeat part one using DBcc branch instructions. design the program based on longwords rather than bytes.
 
Top