I recoloured a few 'cus I was bored.
Mediafire's being annoying, just gimme a sec.
EDIT: Here ya go:
http://www.mediafire.com/?wytjjejzxdz
"You can only tie the record for flying low."
I've noticed some of the tools haven't been updated in a year or so. Good god. Edit Button!
this account sucks balls
Correcting mistakes
And/Add
Your code: if(!A&!B){Out=A+B} else{Out=0}
Correction: if(A&B){Out=A+B} else{Out=0}
Delta
Your code: Out=($A)^2
Correction: Out = $A
Increment/Decrement
Your code: Out+=Clk*A Out-=Decrement*A if(Reset){Out=0}
Correction: Out += (Increment-Decrement)*Clk*A if (Reset) {Out=0}
Sign
Your code: if(A<0){Out=-1} if(A>0){Out=1} if(A==0){Out=0}
Correction: Out = sign(A)
EDIT: Huh where did his post go?
SVN Tutorial
My SVN:Get dropbox and get 250 MB extra space: DropboxCode:http://divranspack.googlecode.com/svn/trunk/%20divranspack/
"If anybody says he can think about quantum physics without getting giddy, that only shows he has not understood the first thing about them."
-- Niels Bohr
SVN Tutorial
My SVN:Get dropbox and get 250 MB extra space: DropboxCode:http://divranspack.googlecode.com/svn/trunk/%20divranspack/
Bookmarks