1
Name:
Anonymous
2013-08-08 12:39
function drawline(x0,y0,x1,y1){
dx = x1-x0
dy = y1-y0
len = sqrt(dx*dx+dy*dy)
dx /= len
dy /= len
for (k=0;k<=len;k++){
paint(floor(x0),floor(y0))
x0 += dx
y0 += dy
}
}
8
Name:
Cudder
!MhMRSATORI!fR8duoqGZdD/iE5
2013-08-09 6:26
>>3
lea %esi, [%edi+%esi]
lea %eax, [%esi+32767]
add %ebx, 1
not using push for parameters
not passing parameters in registers
not using ECX at all
What the fuck is wrong with you, GCC.
9
Name:
Anonymous
2013-08-09 6:32
>>8
Cudder, I wont be able to forgive you if you become this e/g/in.
10
Name:
Anonymous
2013-08-09 6:47
>>8
esi
eax
ebx
not using ECX
MORE LIKE NOT USING X86_64 AND USING SHITTY 32-BIT INSTEAD!!
11
Name:
Anonymous
2013-08-09 11:28
>>8
Cudder-sama, please stop quoting what hasn't been said before, as that is an ima/g/eboard habit.
Please, Cudder-sama.
See for example
>>10 . Obvious /g/ shitstain. Do you want to look like him?