A86: Re: Question About Sprites...


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

A86: Re: Question About Sprites...




>
>I've just started ASM programming and have the basics down....I tried
>to use a small 8x8 sprite in one of my programs and instead of
>displaying the sprite the program displayed a string of charecters
>that the sprites bit sequence stood for

Of course it did.

_puts is a rom call that displays a string, which is a sequence of
characters. In order to make a sprite you need to write to the video memory
128x64 (1024 bytes) at $FC00

Go to my web page, and click on Tutorials. Trent made some good graphics
tutorial, you
can use the sprite putting routine there.

-Matt
http://www.dogtech.com/cybop/ti86/