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 / for.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  225b  |  29 lines

  1. rm -f tst/for.s
  2. rm -f tst/for
  3. java Main < tst/for.pcat 1> tst/for.s
  4. Assembling...
  5. Beginning execution...
  6. Should print 1,2,3,...,10:
  7. 1
  8. 2
  9. 3
  10. 4
  11. 5
  12. 6
  13. 7
  14. 8
  15. 9
  16. 10
  17. Should print 1,3,5,...,9:
  18. 1
  19. 3
  20. 5
  21. 7
  22. 9
  23. Should print 1,3,5,...,9:
  24. 1
  25. 3
  26. 5
  27. 7
  28. 9
  29.