From f8e9891ba4e528a79135af137f66b62c74ab53e7 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 28 May 2026 21:30:28 -0700 Subject: document "near" calls (sort of) Force-Push: yes Change-Id: Ice00213f2e4b79f9aa44e6ccc5a70d951f7f762d --- amd64.e | 5 ++--- 1 file 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 -- cgit 1.4.1