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 / write.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  458b  |  27 lines

  1. rm -f tst/write.s
  2. rm -f tst/write
  3. java Main < tst/write.pcat 1> tst/write.s
  4. Assembling...
  5. Beginning execution...
  6. Test printing constants...
  7. Should print 1234...
  8. 1234
  9. Should print 1234...
  10. 1234
  11. Should print 123.456...
  12. 123.456
  13. Should print 0...
  14. 0
  15. Should print TRUE...
  16. TRUE
  17. Should print FALSE...
  18. FALSE
  19. Test printing variables...
  20. Should print 654.321...
  21. 654.321
  22. Should print 4321...
  23. 4321
  24. Should print b1 = FALSE, b2 = TRUE...
  25. b1 = FALSE, b2 = TRUE
  26. Test complete!
  27.