Assembly code in Motorola 68HC11 not working for a value

24 views Asked by At

I've written this assembly program for the Motorola 68HC11 and it works for getting the factorials of all the numbers besides the 10. Just looking for some help or a solution to the problem.code is in the imageand here is the image of the variable values

Currently the 10! is producing $5F00 when it should be $375F00. So not sure if it's able to store that value since its greater than 16 bits

0

There are 0 answers