mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
5 lines
100 B
NASM
5 lines
100 B
NASM
test1:
|
|
mov word [0x0010 + (test2 - test1)], 0x0000
|
|
mov word [0x0010 + test2 - test1], 0x0000
|
|
test2:
|