kvs/квс/test2.asm
2025-10-24 04:45:07 +03:00

9 lines
155 B
NASM

section .text
global _start
_start:
push qword [r8]
pop qword [r8]
push qword [r9]
pop qword [r9]
push qword [r10]
pop qword [r10]