Re: A89: Re: This sprite code in C
[Prev][Next][Index][Thread]
Re: A89: Re: This sprite code in C
In a message dated 8/22/99 8:18:57 PM Eastern Daylight Time,
zoltan@bendor.com.au writes:
> move.w 8(%sp),%d0
> move.w 10(%sp),%d1
> lea sprite(%pc),%a0
> bra over_the_sprite <*****
> sprite: dc.w 8
> dc.w 1
> dc.b 0
> mask: dc.b 0
> over_the_sprite: <*****
alright l tried this, and l don't get any errors except that the screen is a
little garbled at my x,y parameters instead of displaying the sprite l need.
How come it's just putting a few random pixels on the screen instead of
displaying my sprite?