1 # Blackfin testcase for factorial
4 .include "testutils.inc"
8 .macro factorial num:req answer:req
30 factorial
12 479001600
31 # This is the real answer, but it overflows 32bits. Since gas itself
32 # likes to choke on 64bit values when compiled for 32bit systems, just
33 # specify the truncated 32bit value since that's what the Blackfin will
35 # factorial 13 6227020800
36 factorial
13 1932053504