The current state for the interpreter. More...
Public Attributes | |
| int16_t | a [10] = {0} |
| The local registers. | |
| int16_t | g [10] = {0} |
| The global registers. | |
| int16_t | v = 0 |
| The current cell value. | |
| int16_t | width = 0 |
| The width of the grid. | |
| int16_t | height = 0 |
| The height of the grid. | |
| int16_t | x = 0 |
| The x coordinate of the current cell. | |
| int16_t | y = 0 |
| The y coordinate of the current cell. | |
| int16_t * | grid = 0 |
| The grid itself (non-owning pointer) | |
The current state for the interpreter.
Definition at line 11 of file interpreter.cc.
1.8.8