Hacker News new | ask | show | jobs
by PorterDuff 2634 days ago
It never was that easy (hang on, were there BIOS functions for that?). Anything that requires drilling down to draw a dot is too slow anyway. Obviously blitting an offscreen bitmap just leaves you the problem of dealing with pitch.

It was even more exciting dealing with rendering high resolution images with only a single line of bitmap. #thegoodolddays

1 comments

MOV AX, 13h; INT 10h :)