summaryrefslogtreecommitdiff
path: root/01/commands.txt
diff options
context:
space:
mode:
Diffstat (limited to '01/commands.txt')
-rw-r--r--01/commands.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/01/commands.txt b/01/commands.txt
index 812b026..9cfdb1e 100644
--- a/01/commands.txt
+++ b/01/commands.txt
@@ -7,11 +7,12 @@ ff - Byte ff
'a - Character a (byte 0x61)
'! - Character ! (byte 0x21)
etc.
+\n - Newline (byte 0x0a)
zA - Zero rax
im - Set rax to an immediate value, e.g.
- im;05;00;00;00;00;00;00;00;
- will set rax to 5.
+ im;05;00;00;00;00;00;00;00;
+ will set rax to 5.
ax bx cx dx sp bp si di
A B C D S R I J