This topic wont leave page 1
This topic wont leave page 1
reminds me of the old days :icon26:
Re: This topic wont leave page 1
:icon30:OverRide wrote:reminds me of the old days :icon26:
Code: Select all
.data
strHappy db "I <3 QwFix!"
.code
proc main
mov dx, strHappy
mov ah, 9
int 21h
mov ax, 4c00h
int 21h
endp
[color=red]You're Pretty When I'm Drunk[/color]