From f82581ed761680ad607f34a2506bca24a2f5acde Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 7 Jan 2022 20:30:29 -0500 Subject: instruction table, remove old instructions --- 01/commands.txt | 2 -- 01/in00 | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to '01') 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 diff --git a/01/in00 b/01/in00 index d3d0582..7fb012e 100644 --- a/01/in00 +++ b/01/in00 @@ -10110,7 +10110,7 @@ cc cc cc cc cc cc cc cc 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -04 48 8b 04 24 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 @@ -11006,7 +11006,7 @@ cc cc cc cc cc cc cc cc 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -04 48 89 04 24 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- cgit v1.2.3