aboutsummaryrefslogtreecommitdiff
path: root/examples/factorial.asm
AgeCommit message (Collapse)Author
2024-04-07Changed limit for examples/factorial.asmAryadev Chavali
Did some analysis and found that 21! takes above 64 bit integers to store hence set the limit to 20 instead.
2023-11-29Easier to read documentation in examplesAryadev Chavali
2023-11-09Use constants in examples where possibleAryadev Chavali
Stuff like numeric limits can be codified in constants which act self documenting.
2023-11-04Fixed up example comments and some assemblyAryadev Chavali
2023-11-03Use label features and entry points for examplesAryadev Chavali
2023-11-01Implemented a factorial program in the assemblyAryadev Chavali
Very cool, easy, and reads well