The Ctrl+V game

natsuki

New Member
Messages
112
Reaction score
0
Points
0
%include "asm_io.inc"

extern ExitProcess

segment .data

int1_ dd 68557
int2_ dd 879

segment .bss

it resd 1

segment .data

I_01 equ 0199284249
I-01 equ 001232H

segment .text

global _asm_main

_asm_main:

enter 0,0
pusha

mov eax, int1_
call print_string
mov eax, int2_
call print_string

call read_int
mov [input1_], eax
cmp eax, 0
jne j_ne1
xor ecx, ecx
j_ne1:
and eax,ecx

push eax
call ui
pop ecx

mov eax, 0
cmp ax,0
jmp exit
leave
ret

ui:
enter 0,0

mov eax,[ebp+8]
add eax,eax

leave
ret ; this is the first comment lol

exit:
stdcall ExitProcess,0

woahh it's me doing assembly @_@
 

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
Total posts 6254 | Total topics 367 | Total members 48 | Our newest member Bex20
 

natsuki

New Member
Messages
112
Reaction score
0
Points
0
else {
$error="You have entered incorrect information. Try again!<br>";
}
 

MyDeskNet

New Member
Messages
3
Reaction score
0
Points
0
3.14159265358979323846264338327950288419716939937510



Errr... Don't ask why I've got pi in my clipboard.
 

pietimer

New Member
Messages
31
Reaction score
0
Points
0
Once More With Feeling


---
the most hilarious buffy episode ever
 
Last edited:

Smith6612

I ate all of the x10Pizza
Community Support
Messages
6,518
Reaction score
48
Points
48
Sentry sappin' meh spy!

^^^ LOL I've been playing Team Fortress 2 and had that in my clipboard.
 
Top