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

ASM Segmentation Fault

Name: Anonymous 2013-10-30 12:27

Hey /prog/rammers,

I try to do a comparison between two strings, but I get a Segmentation Fault, can you guys help me to find the problem ?
Here is the code : http://pastebin.com/Ji2VGH6N

Thank you in advance.

Name: Anonymous 2013-11-01 22:53

>>3,5
It's also slow shit to use that 'repXX cmpsb' microcode. You're better off comparing (len % 8), ie (len & 7) bytes first, then comparing the rest of the strings as 64-bit segments at a time.

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