Category: DESQview/TopView and Quarterdeck programs

INT 15 - DESQview v2.40+ - ALLOCATE SYSTEM MEMORY

	AX = 102Eh
	BX = number of bytes
Return: AX = status
	    0000h successful
		ES:DI -> allocated system memory (see #00433)
	    0001h failed
		ES:DI = 0000h:0000h
Note:	under DV 2.42, this call is identical to AX=1001h
SeeAlso: AX=1001h,AX=1002h,AX=DE0Ch