summary refs log tree commit diff
path: root/amd64.e
diff options
context:
space:
mode:
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