Help for this page

Select Code to Download


  1. or download this
    Integer overflow in hexadecimal number at generateLoadFile.pl line 27.
    Hexadecimal number > 0xffffffff non-portable at generateLoadFile.pl li
    +ne 27.
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $crc = ($crc + hex($val)) % 0x100000000;
    
    print $crc . "\n";