mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-31 01:52:28 +02:00
6 lines
56 B
NASM
6 lines
56 B
NASM
[bits 64]
|
|
shl rax, 5
|
|
shl rax, 32
|
|
shr rax, 5
|
|
shr rax, 32
|