I read that,
In 8085
the starting address of processor is 00000H
.
Where as,
In 8086
the starting address of the processor is FFFF0H
.
Now I have also learnt that the top portion of the memory is heap
while below lies the stack
. What I am confused now is whether in 8085, memory is allocated from stack whereas in 8086 from heap?
Please help me out to clear the concept. Thanks