vlad321 said:
That has to be the most ridiculous statement I've seen. Do you realize that even a simple for loop takes a ridiculous amout work and sweat to create in assembly. And that's just 1 VERY simple line of code. It would take decades to finish anything big for the PS3. Also Carmack has used assmbly before and he still says the PS3 architecture sucks. |
Actually, a for loop is something of a compound statement, and most people put the brackets on separate lines.
Here, I'll show you:
for(int i=0; i < funny; ++i)
{
if (sarcasm) continue; //I guess sarcasm was true, and "i" eventually passed funny
}
Doesn't really take much to write one in any assembly language, either, although I was kidding about the PS3 assembly thing. I thought it was obvious, by nature of being so silly, and also for the "And Wii" I put there at the end.
Not as funny as I thought, I guess. Sorry I raised your tempurature over it. No offense intended.