Re: A89: put_sprite_mask
[Prev][Next][Index][Thread]
Re: A89: put_sprite_mask
Sorry, just a typo when I typed it into the e-mail. The # is present in the
actual code. The sprite loads, but it doesn't clear the area behind it.
In a message dated 3/17/00 2:49:38 PM Eastern Standard Time,
johei804@student.liu.se writes:
<< On Fri, Mar 17, 2000 at 14:46:57 -0500, KeysDezez@cs.com wrote:
>
> Can someone tell me what's wrong with this?
>
> move.l 24,d0
> move.l 20,d1
move #24,d0
move #20,d1
?
/Johan
>>
Follow-Ups: