NAME
examples/pasm/fact.pasm - Mmmm, beer good
SYNOPSIS
% ./parrot examples/pasm/fact.pasm
DESCRIPTION
Compute the factorial recursively for 0! to 30! and print the results.
HISTORY
- 20020316 bdwheele@indiana.edu Changed local labels to global for new assembler. Use
pushi
instead of the now missing clonei
.