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
/
goto3.givenOutput1
< prev
next >
Wrap
Text File
|
2006-03-05
|
328b
|
29 lines
rm -f tst/goto3.s
rm -f tst/goto3
java Main < tst/goto3.pcat 1> tst/goto3.s
Assembling...
Beginning execution...
SHOULD PRINT ALL OKS AFTER EACH TEST:
TESTING =...
OK
OK
TESTING <>...
OK
OK
TESTING <...
OK
OK
OK
TESTING >...
OK
OK
OK
TESTING <=...
OK
OK
OK
TESTING >=...
OK
OK
OK