I was thinking about parser hooks and such. and working on some base converters (base 10 to base 2 and 3), anyways I was going to use a factorial (the 15!) except higher, and it gave me an overflow error. I am going to try to make a basic program that does then attempt to change it to assembly
I need to know how to do this with calculating each digit, as I will not be able to with the full numbers. For the parser hook, it would check if there is a factorial, if so it caclulates it, it will be like cabamap from detached solutions (I think). sorry if that didn't make sense, I will answer any questions you have
