From 70a801a43c16fd7a5f61e8d876e5d5c2db48ebe8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 16 Sep 2026 22:34:56 +0200 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .nasm/memory.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .nasm/memory.txt (limited to '.nasm/memory.txt') 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: +$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%) -- cgit v1.2.3