79578727

Date: 2025-04-17 07:43:51
Score: 1
Natty:
Report link

One instruction:

         or    %ah,%al                 ;set zero flag if either byte was zero
         jz    oneofthemwaszero        ;one of the bytes was zero

( since no one was counting the jz that would likely follow. )

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alan Larson