aboutsummaryrefslogtreecommitdiff
path: root/.nasm/memory.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-09-16 22:34:56 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-09-16 22:34:56 +0200
commit70a801a43c16fd7a5f61e8d876e5d5c2db48ebe8 (patch)
treef1836f8facd9dc69429ab5693afec8d4d326025d /.nasm/memory.txt
downloadbtree.nes-main.tar.gz
btree.nes-main.zip
Initial commitHEADmain
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
-rw-r--r--.nasm/memory.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
new file mode 100644
index 0000000..0bde330
--- /dev/null
+++ b/.nasm/memory.txt
@@ -0,0 +1,17 @@
+$0180-$01FF: <stack>
+$0200-$02FF: OAM::m_sprites
+$2000: PPU::m_control
+$2001: PPU::m_mask
+$2002: PPU::m_status
+$2003: OAM::m_address
+$2005: PPU::m_scroll
+$4010: APU::m_dmc
+$4014: OAM::m_dma
+$4017: APU::m_frame_counter
+$8000: MMC1::m_control
+$A000: MMC1::m_chr_bank
+$E000: MMC1::m_prg_bank
+
+--- Summary (in bytes) ---
+- Internal RAM: 384/2048 (18.75%)
+- Working RAM: 0/8192 (0.00%)