diff options
Diffstat (limited to 'amd64.e')
| -rw-r--r-- | amd64.e | 5 |
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 |