Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: Inlined Scheme Instructions, Previous: Dynamic Environment Instructions, Up: Instruction Set [Contents][Index]
Does nothing! Used for padding other instructions to certain alignments.
Exits the VM, returning a SCM value. Normally, this instruction is only part of the “bootstrap program”, a program run when a virtual machine is first entered; compiled Scheme procedures will not contain this instruction.
If multiple values have been returned, the SCM value will be a multiple-values object (see Multiple Values).
Does nothing, but invokes the break hook.
Pops off the top value from the stack, throwing it away.
Re-pushes the top value onto the stack.
Pushes “the unspecified value” onto the stack.