diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-08-27 19:17:41 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-08-27 19:17:41 +0800 |
commit | 42c30cf45a3fa025f1586fce6f3dbd1ed009eab3 (patch) | |
tree | f16fbce11fada25042233d31b295255545196c2c /article | |
parent | cf087af861eb45cf760f694faf65deae69ff9ec8 (diff) | |
download | www-42c30cf45a3fa025f1586fce6f3dbd1ed009eab3.tar.gz |
Clarify that eax.txt only applies on IA32 Linux.
Diffstat (limited to 'article')
-rw-r--r-- | article/eax.txt | 2 |
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> |