Someone can help translate the code from bc - basic calculator in assembler. This syntactical calculator from Unix. Thank you!
i looked at it and couldn't make sense of it - lol
it has been over 20 years since i worked on a unix system
one thing i did see - you are working with some large integers
you may want a "bignum library"
Drizz has one, although i have never used it
there are others if you google around
Yes, thanks, I found that library. Here C + + like syntax, large numbers can be replaced, the main transfer algorithm. Unfortunately C + + I have just started to learn, so to translate itself fails. Thank you!