summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-01-22 17:36:31 +1100
committerkitty <nepeta@canaglie.net>2026-01-22 17:36:31 +1100
commit5a2ee167a83f30abe3045f46900ff891806e83e4 (patch)
tree33c9ef9b6d21c191e98e85fc0e0493668b471ac7 /jefs.s
parent59dcc299077eb7c01d960c4b3e102fe2590668e3 (diff)
clarify +16 to initial stack pointer
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/jefs.s b/jefs.s
index b6b765f..c97f2f6 100644
--- a/jefs.s
+++ b/jefs.s
@@ -64,7 +64,7 @@ section .text
global _start
_start:
; init
- mov r14, wstack + 16
+ mov r14, wstack + 16 ; two cells ahead; signifies empty stack
xor r15, r15
mov rdi, 0