instruction table, remove old instructions
This commit is contained in:
parent
e52793324a
commit
f82581ed76
5 changed files with 90 additions and 156 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue