edit readmes

This commit is contained in:
pommicket 2022-02-23 23:50:49 -08:00
parent c75af0c8e5
commit b4e22170b4
8 changed files with 54 additions and 52 deletions

View file

@ -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.