List Question
20 TechQA 2023-12-13T22:03:32.867000Can a stack machine be implemented with `std::stack`?
163 views
Asked by h8n2
Why does the JVM have a separate array of local variables?
98 views
Asked by kqr
How do Stack Machines and 3AC Machines solve expressions?
66 views
Asked by ThreeRingBinder
Is PUSH instruction in assembly language a zero address instruction or one address instruction?
1.1k views
Asked by Pulkit Ahuja
Why jumping into an instruction even if containing a JUMPDEST does not work?
382 views
Asked by user2284570
Are these the smallest possible x86 macros for these stack operations?
228 views
Asked by Hrothgar
Approximation of PI with Brouncker's formula using a Stack machine
208 views
Asked by AudioBubble
How to use Data.SBV to help derive correct stack machine implementation?
123 views
Asked by dbanas
How can I pass the result of a method back to the stack in assembly programming?
333 views
Asked by John Hm
How does my instruction know what the address on the operand stack points to?
86 views
Asked by JackP
Converting SSA to stack machine
2k views
Asked by rwallace
Add nested-function support in a language the based on a stack-machine
253 views
Asked by mux
Assembly Stack machine: Exercise with Push/Pop
388 views
Asked by ThisIsntAUserName
How to store variables from Symbol Table Compilers
1.9k views
Asked by MadDog
Does the processor use more than one stack to separate the call stack from the expression/register stack?
273 views
Asked by Rafael Dias da Silva
MIPS to stack machine code
149 views
Asked by kacikalin
Compiling local variables for a stack machine
1.9k views
Asked by David K.
How to optimize simple stack-machine code?
2.2k views
Asked by TLW
Compiling switch statements for a simple VM
248 views
Asked by David K.
Theory of interpreters, partial evaluators, and compilers
320 views
Asked by David K.