Help for this page

Select Code to Download


  1. or download this
    void main( int argc, char **argv ) {
        U64 s = argc > 1 ? _atoi64( argv[ 1 ] ) : 2*GB;
    ...
    
        return;
    }
    
  2. or download this
    _TEXT    SEGMENT
    a$ = 48
    ...
        ret    0                                       ; return popping 0 
    +bytes from the stack
    gcd    ENDP
    _TEXT    ENDS
    
  3. or download this
    ; 35   :     start = __rdtsc();
    
    ...
    
        rdtsc
        shl    rdx, 32                    ; 00000020H