; CS 2604 Fall 2000 ; Minor Project 1 ; Memory locations 9 ; Begin input: enter 4 enter -7 enter + enter 2 ; Display the accumulator: accumulator ; Store the accumulator: store 1 enter 3 ; Display the accumulator: accumulator enter 4 enter 5 enter * ; Store the accumulator: store 0 enter * ; Display the accumulator: accumulator ; Display the stack entries: stack enter * ; Display used memory contents: memory enter * accumulator stack exit