diff options
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 |