instruction table, remove old instructions

This commit is contained in:
pommicket 2022-01-07 20:30:29 -05:00
parent e52793324a
commit f82581ed76
5 changed files with 90 additions and 156 deletions

View file

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