diff options
author | pommicket <pommicket@gmail.com> | 2022-02-23 23:50:49 -0800 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-02-23 23:50:49 -0800 |
commit | b4e22170b4cbe580a1583337817f6a388c0e1f55 (patch) | |
tree | 58041697f554dcec95de708bd466be5e8a7e3a84 /01 | |
parent | c75af0c8e5fdf7792081f03ca8a01764953b19a4 (diff) |
edit readmes
Diffstat (limited to '01')
-rw-r--r-- | 01/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/01/README.md b/01/README.md index cf4fc63..4489df1 100644 --- a/01/README.md +++ b/01/README.md @@ -36,7 +36,8 @@ separated by semicolons. Any text after the command and before the semicolon is ignored (that's how we get comments), and there has to be a terminating semicolon. -So, for example, the `sy` command outputs a syscall instruction. You can see +For example, the `sy` command outputs a syscall instruction and the +`zA` command sets `rax` to 0. You can see `commands.txt` for a full list. `||` is a very important command. It outputs an ELF header for our executable. |