diff options
author | Háčky <hatschky@gmail.com> | 2014-11-21 10:46:12 +0000 |
---|---|---|
committer | Háčky <hatschky@gmail.com> | 2014-11-21 10:46:12 +0000 |
commit | 2375d2c8db10447ae301176a2136bcad4bb42bb0 (patch) | |
tree | 00ca01a39e7bce0795a10b0c58f33e005ad4ef4c /common/mem_struct.asm | |
parent | 92c6af6c354d58d96d9590efee955e449a8f94c3 (diff) |
Initial commit
Diffstat (limited to 'common/mem_struct.asm')
-rw-r--r-- | common/mem_struct.asm | 15 |
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 |