An open API service indexing awesome lists of open source software.

https://github.com/leandrorochalg/factorial.asm

Factorial calculator in SASM Assembly.
https://github.com/leandrorochalg/factorial.asm

assembly factorial sasm

Last synced: 8 months ago
JSON representation

Factorial calculator in SASM Assembly.

Awesome Lists containing this project

README

          

# factorial.asm
Factorial calculator in SASM Assembly

This calculator is a pretty simple code, taking only 35 lines, but can calculate any factorial between 0 and 20 (because of the limitation of 64 bits).

If you have any question, feel free to ask :)

Thanks for passing by!