The MASM Forum

General => The Campus => Topic started by: Evan_ on December 19, 2013, 12:52:54 PM

Title: My Idea for Collision
Post by: Evan_ on December 19, 2013, 12:52:54 PM
NATURAL_BIG_NUMBER x=100
NATURAL_SMALL_NUMBER y=1
while(y<x){
y++;
if(x==y){
      /* collision here btw */
   break();
}
}
x=0
y=0
/* looololololololollo     Makes sense to me. */