at present i am studying MIPS architecture, in which i came across subroutine calls, it says that the stack allocation takes place within the processor using the registers
But i have also studied basic programming course in java. And if what i know is correct! "stack memory allocation during function calls takes place in RAM "
this i confirmed from stack overflow (2nd ans)
Can anyone tell me where my understanding is wrong and if yes why?
thanks in advance