79337951

Date: 2025-01-08 04:16:45
Score: 2.5
Natty:
Report link

It is seems to be an AVR logical conflict. Instruction

SUB Rd,Rr. ; give C=1 when Rd<Rr

COM Rd ; operation like 0xff-Rd , this would give C=0. But actually the complement instruction always give C=1

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29100520