Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

"Favor readability over bare-metal."

Name: Anonymous 2015-05-20 2:31

Name: Cudder !cXCudderUE 2015-05-22 15:10

>>11,12
; eax = postnum
push 10
pop ecx
cdq
idiv ecx
push edx
idiv ecx
pop eax
cmp eax, edx
jnz notdubs

14 bytes. The best gcc could do was 18 bytes, with maximum size optimisation. How disappointing.

This is not even considering the stupid way it makes function calls and saves and restores registers that don't even need to be touched, otherwise it'd be even worse.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List