summary refs log tree commit diff
path: root/amd64.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-28 21:30:28 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-28 21:30:28 -0700
commitf8e9891ba4e528a79135af137f66b62c74ab53e7 (patch)
tree4c3a5d5729c2b172293e22e6d75642be4f4f690f /amd64.e
parent3f83a17851b8e93e4d5dbac94b10a6afd750dbee (diff)
document "near" calls (sort of)
Force-Push: yes
Change-Id: Ice00213f2e4b79f9aa44e6ccc5a70d951f7f762d
Diffstat (limited to 'amd64.e')
-rw-r--r--amd64.e5
1 files changed, 2 insertions, 3 deletions
diff --git a/amd64.e b/amd64.e
index 3d79f53..31354e2 100644
--- a/amd64.e
+++ b/amd64.e
@@ -961,15 +961,14 @@ s" :cc-greater" keyword
   swap 0xE9 pack8
   swap pack32 ;
 
-~ TODO This is technically a "near" call; the name doesn't capture that.
-~ Should it?
+~ This is technically a "near" call. The name intentionally doesn't say so.
 ~
 ~ (output point, address offset value -- output point)
 : call-rel-imm32
   swap 0xE8 pack8
   swap pack32 ;
 
-~ TODO This is a "near" return.
+~ Similarly, this is a "near" return.
 ~
 ~ (output point)
 : ret