summaryrefslogtreecommitdiff
path: root/common/mem_struct.asm
diff options
context:
space:
mode:
authorHáčky <hatschky@gmail.com>2014-11-21 10:46:12 +0000
committerHáčky <hatschky@gmail.com>2014-11-21 10:46:12 +0000
commit2375d2c8db10447ae301176a2136bcad4bb42bb0 (patch)
tree00ca01a39e7bce0795a10b0c58f33e005ad4ef4c /common/mem_struct.asm
parent92c6af6c354d58d96d9590efee955e449a8f94c3 (diff)
Initial commit
Diffstat (limited to 'common/mem_struct.asm')
-rw-r--r--common/mem_struct.asm15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/mem_struct.asm b/common/mem_struct.asm
new file mode 100644
index 0000000..148d021
--- /dev/null
+++ b/common/mem_struct.asm
@@ -0,0 +1,15 @@
+; what do these store?
+Space_1:
+ db 0,0
+Space_2:
+ REPT 14
+ db 0
+ ENDR
+Space_3:
+ REPT 32
+ db 0
+ ENDR
+Space_4:
+ db 0,0
+Space_5:
+ db 0,0 \ No newline at end of file