From 2051b6e698b5981842ee2f9e71ed8cdcd05d6949 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sun, 26 Feb 2023 14:12:54 -0700 Subject: [PATCH] Created Memory (markdown) --- Memory.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Memory.md diff --git a/Memory.md b/Memory.md new file mode 100644 index 0000000..428cf5f --- /dev/null +++ b/Memory.md @@ -0,0 +1,3 @@ +The functionality of the games memory is relatively primitive. It contains unused dynamic memory code from sm64. It's much simpler approach to memory management. + +A block of memory may be added to the left or right side of the memory pool. Removing blocks of memory can only be done at the ends of the memory pool. The exception to this means removing all memory blocks from the nearest end to the removed location. \ No newline at end of file