Please can someone explain to me how i can write a short segments of instructions to move the most significant byte in register D7 to the memory location $8000.
this is how i understand it, but i m not sure i am doing it write...please can you help me correct it...
Lets assume that D1= 31;
BTST D1, D7;
MOVE.W SR, ($8000)