Is it possible to change the rate of blink? The code I’m using for attribute is below.
mov ah, 09h
mov al, a
mov bl, b
mov cx, c
int 10h
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you can’t change the blink-rate.
On standard VGA adapters the blink attribute switches between on and off every 16 frames, so 60 frames/second you get around 1.8 blinks/second.
Most VGA adapters have extensions to the standardized VGA interface that may or may not allow to change the blink-rate. You could use this if your adapter has support for it and if you are able to get your hands on the chip documentation, but it will not work for other adapters and will not be portable.