The specification of JVM does not fix the shape of stack frames. That means
an implementator of JVM can decide where to put local variables, the
operand stack and state variables. Is it possible to write a Jasmin
program that allow to find out where these components are allocated in the
stack frame?