User profile: frescofrs

User info
User name:frescofrs
History
Joined:
Number of posts:12
Latest posts:

rotate left integer
[code]unsigned int rol32 ( unsigned int x, byte times ){ unsigned int temp=0; for( byte i=0;...

rotate left integer
[code]#include <iostream> #include <stdlib.h> typedef unsigned char byte; using namespace std; ...

logical ror c++ integer 4bytes byte rotation
it's what I've read from some article, i didn't even tried to see how it compiles. and thanks for en...

logical ror c++ integer 4bytes byte rotation
thanks everyone, i got it :) anyways, i am disassembling my c++ program and i want the code to be as...

logical ror c++ integer 4bytes byte rotation
yes, but i used the goto instruction because, in assembly, the for structure makes a few calls when ...

This user does not accept Private Messages

User: frescofrs

  • Public profile