aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/memory.txt5
-rw-r--r--.nasm/segments.txt2
2 files changed, 5 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 115865f..3e1e687 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -1,5 +1,7 @@
$00: zp_arg0
$01: zp_arg1
+$02: zp_arg2
+$03: zp_arg3
$05: zp_tmp0
$06: zp_tmp1
$07: zp_tmp2
@@ -27,6 +29,7 @@ $49: zp_velocity_x
$50: zp_state
$51: zp_walk_counter
$60-$6B: zp_enemies_pool_base
+$70-$7B: zp_pool_base
$80: zp_control
$81: zp_mask
$A0-$BD: zp_bullets_pool_base
@@ -53,4 +56,4 @@ $4016: m_joypad1
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 340/2048 (16.60%)
+- Internal RAM: 354/2048 (17.29%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index cef052a..b3a3e94 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 5484/32762 (16.74%)
+- ROM0: 5733/32762 (17.50%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)