summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index bc55a8b..ec85c7e 100644
--- a/README.md
+++ b/README.md
@@ -217,6 +217,11 @@ ax bx cx dx sp bp si di
│ syscall │ 0f 05 │ execute a system call │
│ nop │ 90 │ do nothing │
└──────────────────────┴───────────────────┴────────────────────────────────────────┘
+
+SYSCALLS
+Arguments are passed in
+ rdi, rsi, rdx, r10, r8, r9
+The return value is placed in rax.
```
More will be added in the future as needed.