mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-29 09:00:37 +02:00
10 lines
116 B
NASM
10 lines
116 B
NASM
[bits 64]
|
|
[org 0x000ffff100000000]
|
|
dd end-start
|
|
start:
|
|
mov rax, $
|
|
mov rbx, $
|
|
mov rax, qword $
|
|
mov rbx, qword $
|
|
end:
|