StackOverflow Questions for Tag: stack-machine

h8n2
h8n2

Reputation: 679

Can a stack machine be implemented with `std::stack`?

Score: 0

Views: 121

Answers: 0

Read More
kqr
kqr

Reputation: 15028

Why does the JVM have a separate array of local variables?

Score: 0

Views: 141

Answers: 2

Read More
ThreeRingBinder
ThreeRingBinder

Reputation: 7

How do Stack Machines and 3AC Machines solve expressions?

Score: 0

Views: 28

Answers: 0

Read More
user2284570
user2284570

Reputation: 3060

Why jumping into an instruction even if containing a JUMPDEST does not work?

Score: 3

Views: 339

Answers: 1

Read More
Hrothgar
Hrothgar

Reputation: 127

Are these the smallest possible x86 macros for these stack operations?

Score: 0

Views: 246

Answers: 1

Read More
Pulkit Ahuja
Pulkit Ahuja

Reputation: 51

Is PUSH instruction in assembly language a zero address instruction or one address instruction?

Score: 1

Views: 1308

Answers: 1

Read More
user13472845
user13472845

Reputation:

Approximation of PI with Brouncker's formula using a Stack machine

Score: 0

Views: 167

Answers: 1

Read More
dbanas
dbanas

Reputation: 1888

How to use Data.SBV to help derive correct stack machine implementation?

Score: 2

Views: 119

Answers: 1

Read More
John Hm
John Hm

Reputation: 31

How can I pass the result of a method back to the stack in assembly programming?

Score: 2

Views: 361

Answers: 1

Read More
JackP
JackP

Reputation: 119

How does my instruction know what the address on the operand stack points to?

Score: 0

Views: 88

Answers: 1

Read More
rwallace
rwallace

Reputation: 33395

Converting SSA to stack machine

Score: 20

Views: 2326

Answers: 2

Read More
mux
mux

Reputation: 475

Add nested-function support in a language the based on a stack-machine

Score: 0

Views: 228

Answers: 1

Read More
ThisIsntAUserName
ThisIsntAUserName

Reputation: 39

Assembly Stack machine: Exercise with Push/Pop

Score: 0

Views: 359

Answers: 0

Read More
Nicolás
Nicolás

Reputation: 303

How to find gc roots in a stack machine?

Score: 7

Views: 654

Answers: 2

Read More
MadDog
MadDog

Reputation: 13

How to store variables from Symbol Table Compilers

Score: 1

Views: 1939

Answers: 1

Read More
Rafael Dias da Silva
Rafael Dias da Silva

Reputation: 197

Does the processor use more than one stack to separate the call stack from the expression/register stack?

Score: 1

Views: 277

Answers: 2

Read More
kacikalin
kacikalin

Reputation: 11

MIPS to stack machine code

Score: 1

Views: 111

Answers: 0

Read More
Anindya Chatterjee
Anindya Chatterjee

Reputation: 5964

How to devise instruction set of a stack based machine?

Score: 1

Views: 403

Answers: 1

Read More
David K.
David K.

Reputation: 6361

Virtual machine design with separate stack and heap

Score: 0

Views: 502

Answers: 2

Read More
David K.
David K.

Reputation: 6361

Compiling local variables for a stack machine

Score: 6

Views: 2135

Answers: 1

Read More
PreviousPage 1Next