Help needed Fast[Resolved]
Do not missread this post, i am not asking you to write this program, i am asking how to implement a certain part of it. thank you for any help.
Design and implement a digital clock that displays hrs (0-23), min (0-59) and sec (0-59) in a simulated 7-segment format using character graphics in the command window in IA-32 assembly language
I know how to get the time, and I know how to implement it, what I do not understand is how to display it. I guess this is confusing to what i am not sure about. I was given some hints about how to do this and am not quite sure how to. They say 1.) Given the upper left coordinate draw a light horizontal bar at that location. my question is how do you do this? how do you draw that square at that location?