#include <muse_opcodes.h>
Data Fields | |
| int | size |
| The size of the stack in cells. | |
| muse_cell * | bottom |
| Points to the first element of the stack. | |
| muse_cell * | top |
| Points to the cell of the stack that will receive the next cell pushed on top of the stack. | |
| int muse_stack::size |
The size of the stack in cells.
Points to the first element of the stack.
Points to the cell of the stack that will receive the next cell pushed on top of the stack.
1.4.7