Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#FFcccc
langc

uint8_t port = 0x5a;
uint8_t result_8 = ( ~port ) >> 4;

...

Code Block
bgColor#ccccff
langc

uint8_t port = 0x5a;
uint8_t result_8 = (uint8_t) (~port) >> 4;

...

section

Tool

Version

Checker

Description

Compass/ROSE

 

 

 

Related Vulnerabilities

...