I feel _really_ stupid asking this, but how do you turn on a pixel at any given coordinates? I have the coordinates in a data byte structure already in the form X=Corner1, Y=Corner1+1. This is for a box drawing routine and I am using fline.asm to draw the lines, but whenever I give it 2 coordinates that are the same, it draws a diagonal line, not a point. Dylan Stewart