79815017

Date: 2025-11-09 20:45:01
Score: 0.5
Natty:
Report link

You overwrote AX register when doing mov ax, 0x0000 so AH and AL don't have proper values when calling int 13h.

(8-bit AH and AL registers are high and low bytes of 16-bit AX register)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mareko