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

7 lines
118 B
NASM

section .text
global _start
_start:
push qword [r12]
pop qword [r12]
push qword [r13]
pop qword [r13]