Well, i got this problem, i write a program that uses about 100B memory
to store results of calculating pi for very long decimal places in ascii and then writes them. And i wanted to acquire this memory using
mov ah,48h
mov bx,50
int 21h
mov ds,ax
but i never got that far because it always writes insufficient memory errror into ax, but i go 60kB free conventional memory
and doing this without it also doesnt work because in the end ir reads only about first 10 bytes of valid data and then only garbage
no matter what i do i just cant ger acess to a larger amount of clean memory