#A2000 memory expansion
04-Oct-89 00:43:15
Sb: #68125-#A2000 memory expansion
Fm: John Draper 76703,4322
To: Alfred Gugelmann 76407,3435
Alfred,
Each program, when run, has an area of memory allocated to it for use as a
'stack'. A stack is an area where subroutine return addresses are kept, and
where other data is often kept, such as paramters to be passed to subroutines,
temporary storage of registers, and so on. The default stack size is 4000
bytes.
What other programs fail when you use 'stack 8000'?
-larry