mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-17 19:37:13 +02:00
13 lines
72 B
NASM
13 lines
72 B
NASM
equval equ 6:7
|
|
|
|
[bits 32]
|
|
|
|
jmp 5:4
|
|
|
|
jmp far equval
|
|
|
|
[bits 16]
|
|
|
|
jmp 8:9
|
|
|