Re: A86: draw cursor?
[Prev][Next][Index][Thread]
Re: A86: draw cursor?
> Does anyone know the ram address for the cursor that is used on the graph
> screen?
The cursor is so small and simple, it's probably hard-coded rather than sprited:
MakeCurs: ;b,c = x,y for the sake of argument.
inc b
call PxOn ;And i'll not bother to look up the name of the actual
dec b ; call, but you get the idea.
inc c
call PxOn
dec b
dec c
call PxOn
inc b
dec c
call PxOn
inc c
ret
--
Dark Ryder
ICQ#: 8189903
E-Mail: DarkRyder@cyberdude.com
Happiness is inversely proportional to how much you want to upgrade your
computer.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/CC/ED/IT/M/MU/P/S/O/AT (!)d-? s++(+):+(++) a?--- C++++$
UB>L+++ P L>+++ E- W+++$ !N o? K- w(---)$ !O M(+)(-) V?
PS+(+++) PE-- Y PGP++ t*+(+++) 5++ X+ R*+++ tv b+++ DI++++
D++ G++>++++ e*>+++++ h!>++ r-(+) y**++
------END GEEK CODE BLOCK------
References: