Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 10h Function 04h
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The range of text and graphics coordinates returned by this
     function depends on the current display mode.
 
     On the CGA, the graphics coordinates returned are not continuous.
     The y coordinate is always a multiple of two; the x coordinate is
     either a multiple of four (for 320-by-200 graphics modes) or a
     multiple of eight (for 640-by-200 graphics modes).
 
     Careful selection of background and foreground colors is necessary
     to obtain maximum sensitivity from the light pen across the full
     screen width.
                                    -♦-