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 >
Wrap
Text File
|
2006-03-05
|
249b
|
14 lines
rm -f tst/call3.s
rm -f tst/call3
java Main < tst/call3.pcat 1> tst/call3.s
Assembling...
Beginning execution...
Within main...
Within foo1...
Within foo2...
Leaving foo2
foo2 returned 123
Leaving foo1
foo1 returned 456
Leaving main