mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
5 lines
46 B
NASM
5 lines
46 B
NASM
begin
|
|
A equ 09000h
|
|
a dd (A+(end-begin)+3)
|
|
end
|