[ home / overboard ] [ soy / qa / raid / r ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki ]

A banner for soyjak.party

/x/ - Paranormal/Schizo

Do not investigate.
Catalog
Email
Subject
Comment
File
Password (For file deletion.)

/x/ Curse with Countdown
THEY ARE WATCHING
Loading…

File: Whenmytaskisthesamethrough….png 📥︎ (125.12 KB, 584x409) ImgOps

 21319[Quote]

bits 16
org 0x7c00

.start:
mov SI, MSG1
call print


.loop:
mov SI, MSG2
call print
jmp .loop

print:
lodsb
cmp al, 0
je .done
mov ah, 0xE
int 0x10
jmp print
.done:
ret
MSG1 db "THE CYCLE KEEPS GOING AND YOU CANNOT BREAK IT", 0xA, 0xD, 0x0
MSG2 db "YOUR ATTEMPTS AT THE RESCUE OF YOUR UNIVERSES SITE IS VERY, VERY SAD TO SEE…", 0xA, 0xD, 0x0

times 510-($-$$) db 0
dw 0xAA55


[Return][Catalog][Go to top][Post a Reply]
Delete Post [ ]
[ home / overboard ] [ soy / qa / raid / r ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki ]