[A83] Re: Single Pixels
[Prev][Next][Index][Thread]
[A83] Re: Single Pixels
ld b,[x-offset]
ld c,[y-offset]
bcall(_ipoint);
This should do it.
--Peter Martijn
>
> I'm just starting as an asm programmer, working with a TI83+. I have a
> program written in Basic that I would like to translate to asm. To do this,
> I need to be able to plot individual pixels, and I haven't found a way to do
> so with TI83+ asm. If anyone could show me some sample code (includes and
> defines included), or point me to an appropriate resource I would be most
> appreciative.
>
> Thanks
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
>
References: