A83:Flashing Screens


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

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:
    set textInverse,(iy+textflags)
    CALL _CLRLCDFULL      ;CLEAR SCREEN
    LD HL,0202h
    ld (currow),hl
    LD HL,Madeby
    CALL _PUTS
    jr    LOOP
    ret