mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 08:08:25 +00:00
[SPCA] Fix some errors, add example
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
main:
|
||||
addl 8(%rbp), %eax # Add long
|
||||
movq %rax, %rdx # rax is src, rdx is dest
|
||||
cmp %rax, %rdx # rax is src2, rdx is src1
|
||||
jmp func # func is label
|
||||
notq %rax # rax is dest (and src)
|
||||
ret # No argument
|
||||
|
||||
Reference in New Issue
Block a user