Allocate memory (INT 21h, 48h)

Entry:
AH = 48h
BX = number of 16-byte paragraphs desired
Return:
CF = 1 if error
AX = Error Code
BX = Maximum available
CF = 0 successful
AX = segment of allocated memory block