4 views

1 Answers

In computer science, computer engineering and programming language implementations, a stack machine is a computer processor or a virtual machine in which the primary interaction is moving short-lived temporary values to and from a push down stack. In the case of a hardware processor, a hardware stack is used. The use of a stack significantly reduces the required number of processor registers. Stack machines extend push-down automata with additional load/store operations or multiple stacks and hence are Turing-complete.

4 views

Related Questions

What is Reading machine?
1 Answers 6 Views
What is Simple machine?
1 Answers 4 Views
What is Weight machine?
1 Answers 4 Views
What is Call stack?
1 Answers 4 Views
What is Finite-state machine?
1 Answers 4 Views
What is Register machine?
1 Answers 4 Views