Hello,
I was looking at the memory map of the 379D, and I have several questions
1) where is the LIFO stack of the Programm Counter (I mean the stack where is saved the current PC value before a function call)
2) where is the LIFO stack of the the Stack Pointer (I mean the stack where is saved the current SP value before a function call)
3) I wondered where in the memory are placed the Special Function Register (sorry, Microchip term). I mean the peripheral Register. I expected that they all were placed in a same block, but when looking at the data sheet, it seems that they are scattered in the memory

How the linker does to not use these parts of memory for the user ?
4) Finally, I cannot understand this memory map:

How to link it with the easier understable table seen in the datasheet ?

Thank you for your help