A86: a cursor
[Prev][Next][Index][Thread]
A86: a cursor
if anybody wants a way to show a good cursor for the small (menu) font,
here it is; you may depending on purpose want to push and pop AF:
set 1,(iy+5)
set 3,(iy+5)
ld a,' '
call _vputmap
res 3,(iy+5)
res 1,(iy+5)
--
=====================================
= =
= Kirk Meyer (mailto:_@ibm.net) =
= http://www.bigfoot.com/~kirkmeyer =
= =
= "Set your affection on things =
= above, not on things on the =
= earth." Colossians 3:2 =
= =
=====================================
Follow-Ups: