StrangeCode

https://raw.githubusercontent.com/MoriGM/RandomCStuff/master/forbenius_problemm/version4.c

This Code should calculate the "[Frobenius number](https://en.wikipedia.org/wiki/Coin_problem)". When the arguments are missing its exiting. This is done by using the Linux abi in which the return register of asm_exit_ret is used to set the rax register and the input 'i' to set the rdi register.

1
0