Programmer: Bill McQuain CS 1704: Run-time Stack Simulation Command: call main 0 4 17 45 84 94 Call to main initiated. -------------------------------------------------------------------------------- Command: call H 1 11 4 55 69 78 55 Call to H initiated. -------------------------------------------------------------------------------- Command: call R 2 78 9 4 99 22 46 19 Call to R initiated. -------------------------------------------------------------------------------- Command: display R 78 9 99 22 46 19 H 11 55 69 78 55 main 17 45 84 94 -------------------------------------------------------------------------------- Command: return Call to R terminated. -------------------------------------------------------------------------------- Command: display H 11 55 69 78 55 main 17 45 84 94 -------------------------------------------------------------------------------- Command: return Call to H terminated. -------------------------------------------------------------------------------- Command: set 224 64 Access violation on local variable 224 in function main Terminating process execution. -------------------------------------------------------------------------------- Command: display Stack is empty. -------------------------------------------------------------------------------- Command: call main 0 4 58 41 40 65 Call to main initiated. -------------------------------------------------------------------------------- Command: set 980 23 Access violation on local variable 980 in function main Terminating process execution. -------------------------------------------------------------------------------- Command: display Stack is empty. -------------------------------------------------------------------------------- Command: call main 0 4 59 12 46 28 Call to main initiated. -------------------------------------------------------------------------------- Command: set 1 93 Local variable 1 set in function main -------------------------------------------------------------------------------- Command: display main 93 12 46 28 -------------------------------------------------------------------------------- Command: exit Exiting script execution. --------------------------------------------------------------------------------