diff options
Diffstat (limited to '.nasm')
| -rw-r--r-- | .nasm/memory.txt | 15 | ||||
| -rw-r--r-- | .nasm/segments.txt | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt index e2ab039..f0eff2b 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -63,6 +63,7 @@ $D2-$D3: zp_movement_fn $D4: zp_pool_index $D5: zp_movement_arg $D6: zp_palette +$DA: zp_frame_count $E0: zp_pool_size $E1: zp_last_allocated_index $E2: zp_current_bullet_y @@ -80,10 +81,22 @@ $2003: m_address $2005: m_scroll $2006: m_address $2007: m_data +$4000: m_square_1_envelope +$4001: m_square_1_sweep +$4002: m_square_1_low +$4003: m_square_1_high +$4004: m_square_2_envelope +$4005: m_square_2_sweep +$4006: m_square_2_low +$4007: m_square_2_high +$400C: m_noise_envelope +$400E: m_noise_mode +$400F: m_noise_counter $4010: m_dmc $4014: m_dma +$4015: m_status $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 567/2048 (27.69%) +- Internal RAM: 568/2048 (27.73%) diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 5d8e4c8..d26da0f 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 9216/32762 (28.13%) +- ROM0: 9395/32762 (28.68%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
