aboutsummaryrefslogtreecommitdiff
path: root/examples/factorial.asm
AgeCommit message (Collapse)Author
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