A89: Re: Easy question


[Prev][Next][Index][Thread]

A89: Re: Easy question




That's easy. vid_handle must be at an even address.

-----Original Message-----
From: KeysDezes@aol.com <KeysDezes@aol.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Wednesday, December 29, 1999 14:02
Subject: A89: Easy question


>
>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?
>
>
>