From 5e6a1c3434b96ea16485b160c25732df3b00b2b8 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 12 May 2016 15:28:32 +0100 Subject: Started on SPC700 Also: * Added offset to import command. Realised fairly useless, but may as well keep it. * Added setting of address space size to state for PC. --- src/state.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/state.h') 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); -- cgit v1.2.3