[Assembly] Export multiple digit numbers in Assembly

To export multiple digit numbers we perform some separation from right to left in order to stack and store div. Then again taken from the stack.

The following example in some 12346 screen
print numbers in assembly

code