diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-15 16:59:05 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-15 16:59:53 +0200 |
| commit | 6be9892eeb55835e338096e482fd5e5926985413 (patch) | |
| tree | 3da3e179ea69621b4e6f7b07c0a2ac7374b43c82 /include | |
| parent | 122654c1ef9d99af8210ce95dee4eb4d1bc04b67 (diff) | |
| download | jetpac.nes-6be9892eeb55835e338096e482fd5e5926985413.tar.gz jetpac.nes-6be9892eeb55835e338096e482fd5e5926985413.zip | |
Add the segment on globals.s
Possibly not an issue, but it's better to be safe than sorry.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/globals.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/globals.s b/include/globals.s index 531c812..842de34 100644 --- a/include/globals.s +++ b/include/globals.s @@ -1,3 +1,5 @@ +.segment "CODE" + ;; Global variables used throughout the code base. .scope Globals ;;; |
