Help for this page

Select Code to Download


  1. or download this
        if (int($fssbCmd{$cmd}{fixed_pattern}) <= 15) {
            $opcode = sprintf("0%x",$<name>Cmd{$cmd}{fixed_pattern});
        } else {
            $opcode = sprintf("%x",$<name>Cmd{$cmd}{fixed_pattern});
        }
    
  2. or download this
        $opcode = sprintf("%02x",$<name>Cmd{$cmd}{fixed_pattern});