79638187

Date: 2025-05-26 01:00:18
Score: 0.5
Natty:
Report link

I don't have an emulator handy to test this, but I think the problem is the pop ax at the end of the function, which overwrites the return value you have put there.

Also check the way you build up the number- you are doing bx = bx + ax *10 instead of bx = bx*10 + ax.

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