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 >
Wrap
Text File
|
2006-03-05
|
458b
|
27 lines
rm -f tst/write.s
rm -f tst/write
java Main < tst/write.pcat 1> tst/write.s
Assembling...
Beginning execution...
Test printing constants...
Should print 1234...
1234
Should print 1234...
1234
Should print 123.456...
123.456
Should print 0...
0
Should print TRUE...
TRUE
Should print FALSE...
FALSE
Test printing variables...
Should print 654.321...
654.321
Should print 4321...
4321
Should print b1 = FALSE, b2 = TRUE...
b1 = FALSE, b2 = TRUE
Test complete!