79751537

Date: 2025-08-31 02:40:47
Score: 2
Natty:
Report link

After giving your assembly code a second look (and after reading @RbMm's comment), I'm pretty sure the problem is there (and not related to the misalignment). You´re pushing a 32-bit value and popping a 64-bit value. You may use pushfq instead of pushf.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @RbMm's
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Diego Ferruchelli