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 / call1.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  206b  |  12 lines

  1. rm -f tst/call1.s
  2. rm -f tst/call1
  3. java Main < tst/call1.pcat 1> tst/call1.s
  4. Assembling...
  5. Beginning execution...
  6. Within main...
  7. Within foo1...
  8. Within foo2...
  9. ...Leaving foo2
  10. ...Leaving foo1
  11. ...Leaving main
  12.