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.
- Host: GitHub
- URL: https://github.com/leandrorochalg/factorial.asm
- Owner: LeandroRochAlg
- Created: 2022-11-25T15:34:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T15:42:51.000Z (over 3 years ago)
- Last Synced: 2023-04-21T06:31:24.231Z (about 3 years ago)
- Topics: assembly, factorial, sasm
- Language: Assembly
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!