Function 14 - get screen size.
Parameters:
- eax = 14 - function number
Returned value:
- eax = [xsize]*65536 + [ysize], where
- xsize = x-coordinate of the right lower corner of the screen =
horizontal size - 1
- ysize = y-coordinate of the right lower corner of the screen =
vertical size - 1
Remarks: