diff options
Diffstat (limited to 'state.hpp')
-rw-r--r-- | state.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ public: bool compiling() const; void compiling(bool); + void execute(Addr); + Cell beyondip() const; void pushr(Cell); |