summaryrefslogtreecommitdiff
path: root/01/commands.txt
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-07 20:30:29 -0500
committerpommicket <pommicket@gmail.com>2022-01-07 20:31:53 -0500
commitf82581ed761680ad607f34a2506bca24a2f5acde (patch)
treee2e2a54d15c9e832b2aa0d6120a421c9c69f69d0 /01/commands.txt
parente52793324a9f693ec8b5d218d99b7d2577f3f614 (diff)
instruction table, remove old instructions
Diffstat (limited to '01/commands.txt')
-rw-r--r--01/commands.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/01/commands.txt b/01/commands.txt
index 9cfdb1e..8856802 100644
--- a/01/commands.txt
+++ b/01/commands.txt
@@ -33,8 +33,6 @@ sw - mov word [rbx], ax
lw - mov ax, word [rbx]
sb - mov byte [rbx], al
lb - mov al, byte [rbx]
-Sq - mov qword [rsp], rax
-Lq - mov rax, qword [rsp]
nA - neg rax
+B - add rax, rbx