top | item 46181368

Multiplying our way out of division

10 points| HeliumHydride | 2 months ago |xania.org

1 comment

order

hyperman1|2 months ago

Reversing the numbers as required here is one of the few algorithms thats nicer in assembly than in a high level language:

When you get a digit from the divide, push it on the stack and increment a counter. At the end, do a loop, popping each digit and sending it to the output.