about summary refs log tree commit diff stats
path: root/src/include/box64stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/box64stack.h')
-rwxr-xr-xsrc/include/box64stack.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/box64stack.h b/src/include/box64stack.h
new file mode 100755
index 00000000..a6b00fea
--- /dev/null
+++ b/src/include/box64stack.h
@@ -0,0 +1,17 @@
+#ifndef __BOX64_STACK_H_
+#define __BOX64_STACK_H_
+
+#include <stdint.h>
+
+typedef struct box64context_s box64context_t;
+//typedef struct x64emu_s x64emu_t;
+
+int CalcStackSize(box64context_t *context);
+//void SetupInitialStack(x64emu_t *emu);
+
+//uint16_t Pop16(x64emu_t *emu);
+//void Push16(x64emu_t *emu, uint16_t v);
+//uint32_t Pop32(x64emu_t *emu);
+//void Push32(x64emu_t *emu, uint32_t v);
+
+#endif //__BOX64_STACK_H_
\ No newline at end of file