79394609

Date: 2025-01-28 17:06:00
Score: 3
Natty:
Report link

for overflow it is easy -> do it with: value & 0xFF But what is best, for underflow?

e.g. vor 8-Bit: (if value goes from 0x00 to -0x01 after an decrement) 0x100 + value

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Markus