Re: A83:Flashing Screens


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

Re: A83:Flashing Screens





> can anyone tell me how to make the text flash(like go in and out of
inverse)
> so far I have this but how can I make it flash
> prog_start:
>     CALL _CLRLCDFULL      ;CLEAR SCREEN
loop:
>     set textInverse,(iy+textflags)
>     LD HL,0202h
>     ld (currow),hl
>     LD HL,Madeby
>     CALL _PUTS
       res textInverse,(iy+textflags)
>     LD HL,0202h
>     ld (currow),hl
>     LD HL,Madeby
>     CALL _PUTS
       *use a direct input routine here to check for a key, and exit if
neccessay.*
>     jr    LOOP
>     ret

That should work, thing is, its probably way too quick...you'll probably
need a delay routine.

James.

____________________

James Matthews.
E-mail (family):    matthews@tkb.att.ne.jp
E-mail (private):  james_matthews@hotmail.com

Homepage:  http://home.att.ne.jp/gold/tomcat21/index2.html
ICQ:  7413754
____________________________________