Here's an easy one and I know I'm going to feel stupid when I find out what's
wrong. I'm trying to use a screen buffer to move a sprite around the screen.
But I get an alignment error when trying to assemble on the following two
lines:
move.w d0,vid_handle
and
move.w vid_handle,-(a7)
What am I doing wrong?