ARM > Introduction to ARM > Task Two

by David Thomas on

Task Two

Compute a Factorial

Write, from scratch, your own ARM assembly language routine to compute the factorial of an input number N.

  • Don’t worry about the N == 0 case: just get the basics working.
  • Don’t try disassembling the C version until you’ve first had a go!

Answers

Answers are here.