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

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