aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-02-13 00:03:07 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-02-13 00:03:07 +0100
commit03a5882df17ea42aa0b4039173f85ea1e7ce99fe (patch)
treeb98c1ce699e9de7f44551b12e33c61f3d190497d /.nasm
parent7b8bcdab96353d4c6577345f8ed1a291fc041782 (diff)
downloadjetpac.nes-03a5882df17ea42aa0b4039173f85ea1e7ce99fe.tar.gz
jetpac.nes-03a5882df17ea42aa0b4039173f85ea1e7ce99fe.zip
Remove vector.s
Instead of this, the 'reset' function can go into 'jetpac.s', as we could consider it's part of the 'main' work. As a bonus, doing this alignment gives us 3 bytes back from ROM space. Not that we care too much about space, but it's amusing nonetheless. The debug scope has been moved into its own file in include/. Admittedly it's not the most crucial file in the project, but it makes things more logical and it opens the door to more debugging utilities. This leaves us with a vector.s file only containing interrupt code. Thus, it just makes sense to rename it to interrupts.s, which in the end makes things more organized. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/segments.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index 37f7d26..afa4826 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 5020/32762 (15.32%)
+- ROM0: 5017/32762 (15.31%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)