mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
5 lines
87 B
NASM
5 lines
87 B
NASM
d_key equ 0
|
|
cachedata: DQ 0
|
|
dtable:
|
|
cmp al, [esi + (dtable-cachedata) + ebx*4 + d_key]
|