diff options
Diffstat (limited to '.nasm')
| -rw-r--r-- | .nasm/memory.txt | 7 | ||||
| -rw-r--r-- | .nasm/segments.txt | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt index 3367185..cf829a2 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -48,6 +48,10 @@ $7F: zp_active $80: zp_control $81: zp_mask $A0-$BD: zp_pool_base +$C0-$C8: zp_pool_base +$C9: zp_pool_index +$CA: zp_state +$CB: zp_collected $D1: zp_tiles $D2-$D3: zp_movement_fn $D4: zp_pool_index @@ -57,6 +61,7 @@ $E0: zp_pool_size $E1: zp_last_allocated_index $E2: zp_current_bullet_y $E3: zp_current_bullet_x +$E7-$EF: zp_current_tiles $F0-$FF: zp_current_tiles $0200-$02FF: m_sprites $2000: m_control @@ -72,4 +77,4 @@ $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 393/2048 (19.19%) +- Internal RAM: 414/2048 (20.21%) diff --git a/.nasm/segments.txt b/.nasm/segments.txt index ab2bb89..7782ff6 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 6766/32762 (20.65%) +- ROM0: 7507/32762 (22.91%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
