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 / param1.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  249b  |  28 lines

  1. rm -f tst/param1.s
  2. rm -f tst/param1
  3. java Main < tst/param1.pcat 1> tst/param1.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.1, 2.2, 3.3, ..., 10.1:
  18. 1.1
  19. 2.2
  20. 3.3
  21. 4.4
  22. 5.5
  23. 6.6
  24. 7.7
  25. 8.8
  26. 9.9
  27. 10.1
  28.