home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / compilers / p11 / tst / fact.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  185b  |  17 lines

  1. rm -f tst/fact.s
  2. rm -f tst/fact
  3. java Main < tst/fact.pcat 1> tst/fact.s
  4. Assembling...
  5. Beginning execution...
  6. The first factorial numbers are:
  7. 1
  8. 2
  9. 6
  10. 24
  11. 120
  12. 720
  13. 5040
  14. 40320
  15. 362880
  16. 3628800
  17.