Get Page Size
This function returns the size of a single memory page
in bytes.
To Call
AX = 0604h
Returns
If function was successful:
Carry flag is clear
BX:CX = Page size in bytes
If function was not successful:
Carry flag is set
Programmers Notes
None