diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h index 137670e..4cff0f2 100644 --- a/src/state.h +++ b/src/state.h @@ -107,6 +107,11 @@ void SetPC(int i); void SetWordMode(WordMode mode); +/* Set the size of address space +*/ +void SetAddressSpace(int size); + + /* Get the current PC */ int PC(void); |