summary refs log tree commit diff stats
path: root/article
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-08-27 19:17:41 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-08-27 19:17:41 +0800
commit42c30cf45a3fa025f1586fce6f3dbd1ed009eab3 (patch)
treef16fbce11fada25042233d31b295255545196c2c /article
parentcf087af861eb45cf760f694faf65deae69ff9ec8 (diff)
downloadwww-42c30cf45a3fa025f1586fce6f3dbd1ed009eab3.tar.gz
Clarify that eax.txt only applies on IA32 Linux.
Diffstat (limited to 'article')
-rw-r--r--article/eax.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/article/eax.txt b/article/eax.txt
index b4f2cfb..6a174c9 100644
--- a/article/eax.txt
+++ b/article/eax.txt
@@ -1,3 +1,5 @@
+; The below only apply to Linux on IA32.
+
 ; General way to do syscalls:
 
 mov eax, <syscall number as below>