what are the various uses of stack in microcontroller?
T Thread Starter triplehdineshbabu Joined Feb 5, 2009 38 Feb 19, 2009 #1 what are the various uses of stack in microcontroller?
hgmjr Joined Jan 28, 2005 9,027 Feb 19, 2009 #2 triplehdineshbabu said: what are the various uses of stack in microcontroller? Click to expand... Some programming language pass data to other subroutines using the stack. hgmjr
triplehdineshbabu said: what are the various uses of stack in microcontroller? Click to expand... Some programming language pass data to other subroutines using the stack. hgmjr
V vimmi Joined Feb 20, 2009 6 Feb 20, 2009 #3 stack is used to store the address of the data, so that we can access it whenever we want.isn't it the same with micro processor and micro controller
stack is used to store the address of the data, so that we can access it whenever we want.isn't it the same with micro processor and micro controller