diff options
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> |