unicorn/tests/benchmarks/cow/binary.S
Takacs, Philipp 550265f3c1 snapshot benchmark
simple benchmark for the snapshots
2023-07-11 11:51:44 +02:00

14 lines
140 B
ArmAsm

USE64
DEFAULT REL
SECTION .text
loop:
xor rcx, rcx
write:
mov [rbx+rcx*8], rsi
inc rcx
mov rdi, rax
sub rdi, rcx
jnz write
jmp loop