79389539

Date: 2025-01-27 00:43:38
Score: 1.5
Natty:
Report link

As noted by Michael Petch, this is resolved by ensuring relevant segment registers are set to 0

mov ax, 0
mov ds, ax
mov ss, ax
mov es, ax
mov fs, ax
mov gs, ax
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MichaelT572