Help for this page

Select Code to Download


  1. or download this
    
    my $Rm = 0xAAAAAAAA;
    ...
    $Rd = $Rd & 0xffffffff; #mask bits more than 32
    
    printf "Rd = 0x%x\t Rb = %x\n",$Rd, $Rm;
    
  2. or download this
    Rd = 0xffffffff  Rb = 0xaaaaaaaa