Wydanie R2020.05.1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Jan Potocki 2020
|
||||
|
||||
.global timestamp
|
||||
|
||||
# Segment kodu
|
||||
.text
|
||||
|
||||
timestamp:
|
||||
xor %rax, %rax
|
||||
cpuid
|
||||
rdtsc
|
||||
|
||||
shl $32, %rdx
|
||||
or %rdx, %rax
|
||||
|
||||
ret
|
||||
Reference in New Issue
Block a user