Quote Originally Posted by melzein
Challenge part 2: If you have time left over, write a function in this machine language to compute a factorial
Sweet! We get to write a function that is based on the concept of multiplication with a VM that doesn't have multiplication. Yes!!! I always wanted to write a multiply function that could only use adds and compares!