Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
        }
        return 1;
    }
    
  2. or download this
    roboticus@Boink:~
    $ gcc 879044.cpp -lstdc++
    ...
    address: 00000003a001e240 slot: 0000000000001d00 byte:  3c4 bit:    4 
    +nop:0
    address: 00000003c001e240 slot: 0000000000001e00 byte:  3c4 bit:    4 
    +nop:0
    address: 00000003e001e240 slot: 0000000000001f00 byte:  3c4 bit:    4 
    +nop:0
    
  3. or download this
        printf(
            "address: %016llX slot: %016llX byte: %4llX bit: %4llX nop:%ll
    +X\n",
            p, slot, byte, bit, nop
        );